Some of our clients report that the 'Stage for import' button disappeared in the Stage MARC records page. This problem seams to be related to Chrome 87. The button is still there, but hidden by the language bar at the bottom of the page. A temporary workaround is to add a margin to the <main> element in IntranetUserCSS In our case, we added main { margin-bottom: 50px; } The problem is also present on 20.05 No tested yet on master.
It's working for me on master on both Firefox 68.12.0esr and Chromium 83.0.4103.116
We are having the same problem on Koha 19.05 and Chrome 87 for these pages: tools_batchMod-edit tools_stage-marc-import admin_preferences For admin_preferences the "Save all . . . preferences" buttons at the bottom of the page are covered by the language selector whenever the length of .col-sm-10.col-sm-push-2 is greater than the length of .col-sm-2.col-sm-pull-10 As far as I can tell, it's only happening on Chrome 87. I can't recreate the same problem on Firefox or older versions of Chrome.
Confirmed on master with Chrome 87.
Created attachment 114381 [details] [review] Bug 27099: Stage for import button not showing up In the latest version of Chrome, pages where the Humansmg library is included have a problem where the language footer obscures the bottom of the page. The problem traces back to some CSS in the Humanmsg library's CSS file: html, body { height: 100%; /* Damn you IE! */ } Removing the line doesn't have any ill effects that I can see in Chrome or Firefox, and it fixes the problem in Chrome. IE can be damned. To test you must have one or more translations enabled in the staff interface. - Apply the patch and clear your browser cache if necessary. - View pages in the staff interface which use the Humansmg library, e.g.: - Administration -> System preferences. Choose a category of preferences which will be numerous enough to require scrolling to reach the bottom of the page. - Tools -> Stage MARC records for import. Upload a file to display the form for staging the import. - Cataloging -> Advanced MARC editor On each page the language footer should not obscure the bottom of the page.
Created attachment 114428 [details] [review] Bug 27099: Stage for import button not showing up In the latest version of Chrome, pages where the Humansmg library is included have a problem where the language footer obscures the bottom of the page. The problem traces back to some CSS in the Humanmsg library's CSS file: html, body { height: 100%; /* Damn you IE! */ } Removing the line doesn't have any ill effects that I can see in Chrome or Firefox, and it fixes the problem in Chrome. IE can be damned. To test you must have one or more translations enabled in the staff interface. - Apply the patch and clear your browser cache if necessary. - View pages in the staff interface which use the Humansmg library, e.g.: - Administration -> System preferences. Choose a category of preferences which will be numerous enough to require scrolling to reach the bottom of the page. - Tools -> Stage MARC records for import. Upload a file to display the form for staging the import. - Cataloging -> Advanced MARC editor On each page the language footer should not obscure the bottom of the page. Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Thanks for this one, it has been troubling me lately as I could not recreate until I upgraded to Chrome 87.
Created attachment 114571 [details] [review] Bug 27099: Stage for import button not showing up In the latest version of Chrome, pages where the Humansmg library is included have a problem where the language footer obscures the bottom of the page. The problem traces back to some CSS in the Humanmsg library's CSS file: html, body { height: 100%; /* Damn you IE! */ } Removing the line doesn't have any ill effects that I can see in Chrome or Firefox, and it fixes the problem in Chrome. IE can be damned. To test you must have one or more translations enabled in the staff interface. - Apply the patch and clear your browser cache if necessary. - View pages in the staff interface which use the Humansmg library, e.g.: - Administration -> System preferences. Choose a category of preferences which will be numerous enough to require scrolling to reach the bottom of the page. - Tools -> Stage MARC records for import. Upload a file to display the form for staging the import. - Cataloging -> Advanced MARC editor On each page the language footer should not obscure the bottom of the page. Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Pushed to master for 21.05, thanks to everybody involved!
Pushed to 20.11.x for 20.11.01
Pushed to 20.05.x for 20.05.07
Backported to 19.11.x branch for 19.11.14