https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36291 Michaela Sieber <michaela.sieber@kit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michaela.sieber@kit.edu --- Comment #6 from Michaela Sieber <michaela.sieber@kit.edu> --- (In reply to Slava Shishkin from comment #5)
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.
We agree, this seems to be a problem anywhere in Koha where DataTables elements with sticky headers are used, for example when using batch deletion of items of a biblio (/cgi-bin/koha/tools/batchMod.pl) -- You are receiving this mail because: You are watching all bug changes.