Bug 27709

Summary: Batch item modification tool is missing Save/Cancel buttons in Chrome for Czech fork
Product: Koha Reporter: Tomáš Wünsch <fraktik>
Component: Browser compatibilityAssignee: Owen Leonard <oleonard>
Status: CLOSED WORKSFORME QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: jonathan.druart, josef.moravec
Version: 19.05   
Hardware: PC   
OS: Windows   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Missing button in G. Chrome

Description Tomáš Wünsch 2021-02-15 16:58:08 UTC
Created attachment 116887 [details]
Missing button in G. Chrome

When multiple barcodes are loaded to "Batch item modification" at "/cgi-bin/koha/tools/batchMod.pl" in Google Chrome, on the second page you are unable to proceed because "Save/Cancel" pair is missing on the bottom left side.
Tested on 3 different PC, with 2 users (bfu and superadmin) - in FF everything fine, in GCh not. 
Koha v. 19.05.10.000 (Czech Mutation)
Chrome Version 88.0.4324.146 (Official Build) (64-bit)
Comment 1 Jonathan Druart 2021-02-16 08:58:52 UTC
It works for me on master and with chromium 83.0.4103.116

If this issue is related to the Czech fork you should contact them instead.
Comment 2 Jonathan Druart 2021-02-16 09:03:03 UTC
Also works on v19.05.17
Comment 3 Tomáš Wünsch 2021-02-16 12:07:22 UTC
You are correct - I tried in same browser to open two demo installations:
https://intranet-demo.biblibre.com/cgi-bin/koha/tools/batchMod.pl (Fr. V. 19.11.12.000)
== Save/Cancel is there
https://demo.koha.cz/cgi-bin/koha/tools/batchMod.pl (Czech v. 19.05.10.000) 
== Missing.

The problem is Czech fork related.
Sorry for misleading you.
Comment 4 Josef Moravec 2021-02-16 12:23:31 UTC
As a quick fix, you can add something like this into intranet css pref:

fieldset.action {
    margin: .9em 0 2em;
}