[Koha-bugs] [Bug 26551] When importing a framework, the modal heading is too long and runs outside of the dialog

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 28 13:58:45 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26551

--- Comment #2 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 110850
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=110850&action=edit
Bug 26551: Correct modal markup to prevent long heading from overflowing

This patch modifies the markup of the MARC framework import and export
modals so that CSS intended only for Bootstrap buttons isn't applied to
content in the modal.

The modal dialog markup was nested inside a ".btn-group" <div>, which
carries with it CSS that prevents text wrapping. Moving the modal markup
out of the button group while keeping it inside the <td> corrects the
problem. Lines have only been shifted and reindented.

To test, apply the patch and go to Administration -> MARC bibliographic
framework.

- In the table of frameworks, from the "Actions" menu, test both
  the "Import" and "Export" links. Both should work as expected.
- Confirm that the text of the heading on the "Import" modal wraps
  correctly.
- Test the same operations for a framework other than the default one.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list