[Koha-bugs] [Bug 36291] Scrolling glitch on ILL batches table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 22 13:54:03 CET 2024


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

Slava Shishkin <slavashishkin at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slavashishkin at gmail.com

--- Comment #5 from Slava Shishkin <slavashishkin at gmail.com> ---
We probably have a very similar issue, with any DataTables elements with sticky
header.

Here we found a reference from another reporter, even with video:
https://www.datatables.net/forums/discussion/74201
https://www.youtube.com/watch?v=u0_N_GRL--M

it's tricky to reproduce, it should be some coincidence of data/table size and
window size, so this kinda of pixel-hunting sometimes, but it happens,
and it is present and reported by our librarians a lot.

We temporarily solved this by disabling "fixedHeader":

koha-tmpl/intranet-tmpl/prog/js/datatables.js
53:     "fixedHeader": true,

->

53:     "fixedHeader": false,

but this is only a workaround.

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


More information about the Koha-bugs mailing list