Last modified: 2014-10-20 12:39:39 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 T64263, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 62263 - sortable wikitable: border not shown between values
sortable wikitable: border not shown between values
Status: RESOLVED WONTFIX
Product: MediaWiki
Classification: Unclassified
JavaScript (Other open bugs)
1.23.0
PC Windows XP
: Low minor (vote)
: ---
Assigned To: Nobody - You can work on this!
: upstream
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-03-05 17:47 UTC by Dan
Modified: 2014-10-20 12:39 UTC (History)
4 users (show)

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


Attachments
Screenshot of the test case (looks okay to me) (2.83 KB, image/png)
2014-03-10 10:44 UTC, Bartosz Dziewoński
Details
Screenshot of the test case after sorting third column (also looks okay to me) (3.02 KB, image/png)
2014-03-10 10:45 UTC, Bartosz Dziewoński
Details
Screetshot of the issue (no cell border in rightmost column). (2.67 KB, image/png)
2014-03-10 12:42 UTC, Dan
Details

Description Dan 2014-03-05 17:47:06 UTC
Here is the table layout for the minimal case I could find, resulting in no border between the values in the third column:

{| class="sortable wikitable" style="text-align: center"
|-
! Header1
! Header2
! Header3
|-
| Row1 || Value1.1 || rowspan="3" | Value2.1
|-
| Row2 || Value1.2
|-
| Row3 || rowspan="2" | Value1.3
|-
| Row4 || Value2.2
|}

I first noticed this bug in the Venue column between the 30th and 40th rows here: https://en.wikipedia.org/wiki/List_of_Academy_Awards_ceremonies. Although, the comments in the table header seem to indicate that "rowspan" is only supported on the right most column. Is that a known limitation of sortable wikitables?
Comment 1 Bartosz Dziewoński 2014-03-10 10:44:47 UTC
Created attachment 14779 [details]
Screenshot of the test case (looks okay to me)

I'm not sure what the issue is, can you provide a screenshot? I'm attaching one of how it looks to me, it seems alright.

'rowspan' should be supported everywhere in the table, but the rows will be "split" after you try sorting it – that is also expected behavior.
Comment 2 Bartosz Dziewoński 2014-03-10 10:45:39 UTC
Created attachment 14780 [details]
Screenshot of the test case after sorting third column (also looks okay to me)
Comment 3 Dan 2014-03-10 12:42:55 UTC
Created attachment 14781 [details]
Screetshot of the issue (no cell border in rightmost column).

Here's a screenshot of the repro in Firefox 27.0.1. I just tried IE8 and IE10 and I don't see the issue. I guess it's a Firefox bug.
Comment 4 Derk-Jan Hartman 2014-03-15 20:16:25 UTC
This looks like a FF issue to me. If you google a bit, you quickly find that FF has had a slew of problems with table borders and rowspan in the past. 

There seem to be several open tickets relating to this in their bug tracker:
https://bugzilla.mozilla.org/buglist.cgi?quicksearch=rowspan+border

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


Navigation
Links