Page MenuHomePhabricator

sortable wikitable: border not shown between values
Closed, DeclinedPublic

Description

Author: shazamaramack

Description:
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

-
Row1Value1.1rowspan="3"Value2.1
-
Row2Value1.2
-
Row3rowspan="2"Value1.3
-
Row4Value2.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?


Version: 1.23.0
Severity: minor
OS: Windows XP
Platform: PC

Details

Reference
bz62263

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 3:00 AM
bzimport set Reference to bz62263.
bzimport added a subscriber: Unknown Object (MLST).

Created attachment 14779
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.

Attached:

scr.png (133×245 px, 2 KB)

Created attachment 14780
Screenshot of the test case after sorting third column (also looks okay to me)

Attached:

JhK3ixV[1].png (133×245 px, 3 KB)

shazamaramack wrote:

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.

Attached:

bug.png (136×243 px, 2 KB)

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