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

Derk-Jan Hartman <hartman.w...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hartman.w...@gmail.com

--- Comment #1 from Derk-Jan Hartman <hartman.w...@gmail.com> ---
The buildHeaders() function should take into account rowspan when calculating
'longest' TR and collecting the TH's cells that will get the sorter added, for
this to work. Simple test case:


{| class="wikitable sortable" border="1" 
|-
! rowspan=2 | name
! colspan=2 | Data columns
|-
! data
! more data
|-
| cats
| 273
| 53
|-
| dogs
| 65
| 8,492
|-
| mice
| 1,649
| 548
|}

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to