[Koha-bugs] [Bug 23493] jquery.dataTables.rowGrouping.js is no longer maintained, but there is an official DataTables version we could switch to

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 30 10:22:59 CET 2020


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

--- Comment #29 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 98118
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=98118&action=edit
Bug 23493: Fix selenium/regressions.t

One test wants to make sure thead, tfood and tbody will have th/td's
with the same size/number.
Existing test for tbody was retrieving the grouped td, which has a
colspan of 100%. Note that this 100% value seems to be wrong as it is
interpreted like "100" by the browser. We do not want to test this row
anyway, but the real row, the one with all the td's.

This patch makes it retrieve the second tr and count the number of td it
has.

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


More information about the Koha-bugs mailing list