https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36291
Michaela Sieber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Michaela Sieber <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] 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/
