Closed
Bug 5838
Opened 25 years ago
Closed 25 years ago
Problems with rtl tables
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: alistair.vining, Assigned: karnaze)
Details
(Keywords: rtl)
Support for rtl tables was recently checked in, and seems to work mostly: the
following table is messed up, though (problems with row- / colspans?)
<table dir="rtl" border="1">
<caption><em>A test table with merged cells</em></caption>
<tr><th rowspan="2"></th>
<th colspan="2">Average</th>
<th rowspan="2">Red<br>eyes</th></tr>
<tr><th>height</th>
<th>weight</th></tr>
<tr><th>Males</th>
<td>1.9</td>
<td>0.003</td>
<td>40%</td></tr>
<tr><th>Females
<td>1.7</td>
<td>0.002</td>
<td>43%</td></tr>
</table>
[Taken from HTML 4.0 spec, with dir="rtl" added]
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Target Milestone: M6
Assignee | ||
Comment 1•25 years ago
|
||
Should be fixed with 5/3 checkin.
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Updated•25 years ago
|
Resolution: FIXED → ---
Comment 2•25 years ago
|
||
Using 99050408 Apprunner on Win 95, 'rtl' is still buggy. In the test case
given, it looks like rowspan invades the second column (from right) and forces
'height' and 'weight' over to left so that 'weight' mixes with 'eyes'. Rowspan
works correctly without the 'rtl' direction.
Reopening bug.
Assignee | ||
Updated•25 years ago
|
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•25 years ago
|
||
Try it again tomorrow. The checkin time of the fix came after the version used
to verify.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
Using 5/7 Apprunner, verified fixed.
Comment 5•17 years ago
|
||
Mass-assigning the new rtl keyword to RTL-related (see bug 349193).
Keywords: rtl
You need to log in
before you can comment on or make changes to this bug.
Description
•