[Koha-bugs] [Bug 27682] Add a floating table header for Search engine configuration

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 4 19:43:31 CET 2021


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

--- Comment #5 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 117759
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=117759&action=edit
Bug 27682: (follow-up) Make sure table is drawn with correct width

The DataTables plugin calculates the width of the fixed header based on
the initial width of the corresponding table. Since these tables are
inside jQueryUI tabs, the width changes when the tabs are initialized
and jQueryUI adds its classes to the table's container.

This patch "manually" adds the relevant classes to the markup so that
the table's container is drawn with the right padding from the start.

Also fixed: Don't try to destroy "oldTableId" if the tableInit function
didn't pass an oldtabid.

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


More information about the Koha-bugs mailing list