Bug 27709 - Batch item modification tool is missing Save/Cancel buttons in Chrome for Czech fork
Summary: Batch item modification tool is missing Save/Cancel buttons in Chrome for Cze...
Status: CLOSED WORKSFORME
Alias: None
Product: Koha
Classification: Unclassified
Component: Browser compatibility (show other bugs)
Version: 19.05
Hardware: PC Windows
: P5 - low minor (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-15 16:58 UTC by Tomáš Wünsch
Modified: 2021-12-13 21:10 UTC (History)
2 users (show)

See Also:
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 (125.83 KB, image/jpeg)
2021-02-15 16:58 UTC, Tomáš Wünsch
Details

Note You need to log in before you can comment on or make changes to this bug.
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;
}