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

       Web browser: ---
             Bug #: 32888
           Summary: Tables' headers' sortability attribute is disabled,
                    when a 6-columnn table is inserted into one of its
                    headers.
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General/Unknown
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: athenurlau...@hotmail.com
    Classification: Unclassified


When a table is embedded into the header of a sortable table, and the embedded
table has more than five columns, then the main table's headers' sortability
attribute is disabled.

If the embedded table's cells are defined as headers, then the sortability
attribute is additonally applied to these cells.

I suspect this bug was introduced at the same time the sorting button's
appearance was changed to its current "split diamond" design.

An example can be seen here:
http://en.wikipedia.org/wiki/User:Dan_Pelleg/Sandbox/Sortability_bug

This table works as expected, with a 5-columnn table embedded in a header:

{|class="wikitable sortable" width=100%
!h1!!h2!!h3!!h4!!h5
{|align=center
!s1!!s2!!s3
|s4||s5+s6
|}
|-
| || || || ||  
|}

This table doesn't work, with a 6-columnn table embedded in a header:

{|class="wikitable sortable" width=100%
!h1!!h2!!h3!!h4!!h5
{|align=center
!s1!!s2!!s3
|s4||s5||s6
|}
|-
| || || || ||  
|}

http://en.wikipedia.org/wiki/User:Dan_Pelleg/Sandbox/Sortability_bug

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

Reply via email to