Closed
Bug 10471
Opened 26 years ago
Closed 26 years ago
dir=rtl is no longer working on tables
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: karnaze, Assigned: peterl-retired)
References
()
Details
(Keywords: rtl)
The style display of the table is returning NS_STYLE_DIRECTION_LTR in
nsTableIterator::Init in the following. This use to work.
<table dir=rtl border>
<tr>
<td>c11</td>
<td>c12</td></tr>
</table>
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•26 years ago
|
||
Hmmph. This looks like it was broken sometime last year...? Anyway I have a fix.
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
Yes, this bug was fixed back in May (bug #5838). Using 8/5 Apprunner, verified
fixed.
Comment 3•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
•