Closed
Bug 309941
Opened 19 years ago
Closed 19 years ago
problem with showing tables when "dir=rtl" and "rules=all"
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mahdi.hd, Assigned: smontagu)
Details
(Keywords: rtl, testcase)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7 when I set the table property "dir" to "rtl" (i.e. dir="rtl") and "rules" to "all" (i.e. rules="all") it shows the column lines in wrong place! Reproducible: Always Steps to Reproduce: use the HTML code in attachment and see the result here's a html code that has problem: <HTML> <body> <table rules="all" border="1" dir="rtl"> <tr> <td>String</td><td>Decimal</td><td>Int32</td> </tr><tr> <td>This is the First String which is a little long!</td><td>1.1</td><td>11</td> </tr><tr> <td>Second String</td><td>1.2</td><td>22</td> </tr><tr> <td>Another string</td><td>1.3</td><td>33</td> </tr> </table> </body> </HTML>
| Assignee | ||
Updated•19 years ago
|
Component: Page Info → Layout: BiDi Hebrew & Arabic
Product: Firefox → Core
Version: unspecified → 1.0 Branch
Comment 2•19 years ago
|
||
I see this in Mac Fx 1.0.7 but not in: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b5) Gecko/20050924 Firefox/1.4
Comment 3•19 years ago
|
||
WFM too, using: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20050921 Firefox/1.4 --> wfm Pleae reopen if you can reproduce with Firefox 1.5 beta 1 or newer build.
| Assignee | ||
Comment 4•19 years ago
|
||
This is a dupe of either bug 267420 or bug 174470, but on trunk the testcase wouldn't display either of those bugs in any case, because of the fix for bug 155507.
I use Firefox 1.0.7 and you can see the results in second attachment: https://bugzilla.mozilla.org/attachment.cgi?id=197320
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Comment 8•19 years ago
|
||
WORKSFORME, again, per comments 2-4.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → WORKSFORME
Comment 9•17 years ago
|
||
Mass-assigning the new rtl keyword to RTL-related (see bug 349193).
Keywords: rtl
Component: Layout: BiDi Hebrew & Arabic → Layout: Text
QA Contact: page.info → layout.fonts-and-text
You need to log in
before you can comment on or make changes to this bug.
Description
•