https://bugzilla.wikimedia.org/show_bug.cgi?id=31420

       Web browser: ---
             Bug #: 31420
           Summary: tablesorter and rowspans in headers
           Product: MediaWiki
           Version: 1.18
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Javascript
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


There is an issue with complicated tables, where there are two header rows,
with rowspans on some of the header elements. When you try to sort, the
tablesorter will 'explode' the rowspans, and it does this not only on tbody
elements, but also on thead elements.

Suggest we change $table.find( '[rowspan]' ).each(function() to $table.find(
'tbody [rowspan]' ).each(function()

I'm not sure if that will work, but it might...

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to