Last modified: 2014-06-23 13:28:08 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T68948, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 66948 - Class "sortable" does not work with "mw-collapsible mw-collapsed" in some tables.
Class "sortable" does not work with "mw-collapsible mw-collapsed" in some tab...
Status: NEW
Product: MediaWiki
Classification: Unclassified
JavaScript (Other open bugs)
1.24rc
All All
: Low normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: 31601
  Show dependency treegraph
 
Reported: 2014-06-22 09:55 UTC by Lejonel
Modified: 2014-06-23 13:28 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Lejonel 2014-06-22 09:55:44 UTC
In sortable initially collapsed tables with two header rows, the second header row is not displayed when expanding the table:

{| class="wikitable sortable mw-collapsible mw-collapsed" 
! colspan = 3 | sortable collapsible collapsed
|-
! sortable header 1 !! sortable header 2 !! sortable header 3
|-
| 1 || C || Y
|-
| 2 || B || Z
|-
| 3 || A || X
|}


Sortable initially expanded tables works as expected. Collapsing and expanding the template shows all rows:

{| class="wikitable sortable mw-collapsible" 
! colspan = 3 | sortable collapsible uncollapsed 
|-
! sortable header 1 !! sortable header 2 !! sortable header 3
|-
| 1 || C || Y
|-
| 2 || B || Z
|-
| 3 || A || X
|}


Initially collapsed tables that are not sortable also works. Showing all rows when expanding:

{| class="wikitable mw-collapsible mw-collapsed" 
! colspan = 3 | collapsible collapsed
|-
! normal header 1 !! normal header 2 !! normal header 3
|-
| 1 || C || Y
|-
| 2 || B || Z
|-
| 3 || A || X
|}

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links