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

Slava Shishkin <slavashish...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slavashish...@gmail.com

--- Comment #5 from Slava Shishkin <slavashish...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to