Closed
Bug 305643
Opened 20 years ago
Closed 17 years ago
Visual Hebrew in inline element is not displayed in the correct order when dir="rtl"
Categories
(Core :: Layout: Text and Fonts, defect)
Core
Layout: Text and Fonts
Tracking
()
RESOLVED
FIXED
People
(Reporter: david.cdb004, Unassigned)
References
Details
(Keywords: rtl, testcase)
Attachments
(1 file)
|
263 bytes,
text/html; charset=iso-8859-8
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6
A table raw in Visual Hebrew that includes ")" and maybe other special
characters is not displayed right, when used with dir="rtl" and "font style".
See below for details.
Bug may be related to bug ..., as its attachment
https://bugzilla.mozilla.org/attachment.cgi?id=169996 still don't show properly.
Reproducible: Always
Steps to Reproduce:
1. Create the html file including:
<html><head>
<meta charset="visual">
</head><body>
<table>
<tr><td align="right" dir="rtl">
<font style="font-size: 12px;">(שעה: 20:52) איילון צפון: התנועה זורמת
ממחלף קיבוץ גלויות עד מחלף הרצליה</font>
</td></tr>
</table>
</body></html>
2. Browse the page and see that the line start (at the right) with ")" and but
the time is displayed towards the end (left) of the line. This is wrong.
3. Now remove the '<font style="font-size: 12px;">'. The line is now properly
displayed with the time at the beginning (right) of the line.
| Reporter | ||
Comment 1•20 years ago
|
||
Attachment that demonstrates the problem is added. The contents of the file
are the same as originally described in the "Steps to Reproduce". However,
because of the Hebrew part, copy and paste of the contents does not work.
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Component: General → Layout: BiDi Hebrew & Arabic
Ever confirmed: true
Product: Firefox → Core
Summary: A table raw in Visual Hebrew is not displayed properly with special characters → Visual Hebrew in a <font> is not displayed in the correct order
Version: unspecified → Trunk
Comment 2•20 years ago
|
||
(In reply to comment #0)
> Bug may be related to bug ..., as its attachment
> https://bugzilla.mozilla.org/attachment.cgi?id=169996 still don't show properly.
The reference is to bug 276612, but it would be surprising if attachment 169996 [details]
showed properly since it is a screenshot of the bug. Attachment 170082 [details] works for me.
I don't think this bug is related to 276612, since the problem doesn't only
occur in tables.
Comment 4•20 years ago
|
||
*** Bug 310324 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Summary: Visual Hebrew in a <font> is not displayed in the correct order → Visual Hebrew in inline element is not displayed in the correct order when dir="rtl"
Updated•19 years ago
|
QA Contact: general → layout.bidi
Comment 6•17 years ago
|
||
This WFM since 2006-02-22, meaning it was fixed by the fix for bug 299065.
Comment #5 is wrong.
Updated•17 years ago
|
Flags: in-testsuite?
Comment 7•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: layout.bidi → layout.fonts-and-text
Updated•16 years ago
|
Attachment #193666 -
Attachment mime type: text/html → text/html; charset=iso-8859-8
Comment 8•16 years ago
|
||
Reftest based on attachment 193666 [details] checked in as part of http://hg.mozilla.org/mozilla-central/rev/b7b8d7526192
Flags: in-testsuite? → in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•