Closed
Bug 119983
Opened 23 years ago
Closed 22 years ago
geocities.com - Right to left text is rendered left to right.
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tech Evangelism Graveyard
English Other
Tracking
(Not tracked)
VERIFIED
FIXED
Jan
People
(Reporter: shanjian, Assigned: momoi)
References
()
Details
(Keywords: intl)
Attachments
(1 file)
1.84 KB,
text/html
|
Details |
In test case of bug 118000, some of the text are specified as
right to left in direction, but rendering did not happen in that way.
Comment 1•23 years ago
|
||
I assume I need to apply the patch from bug 118000 to view the test case.
Meanwhile, my first thought is that this could be an instance of bug 115921, if
the fix (attachment 62162 [details] [diff] [review]) is not updated in your local tree.
Comment 2•23 years ago
|
||
Comment #1 is mistaken: this is not related to bug 115921. I think I know what
the real problem is, but this time I won't make any more half-baked suggestions
until I am quite sure.
Comment 4•23 years ago
|
||
There are a few different issues here.
(1) A bug similar to 115921: we don't do any bidi processing in a page that
contains neither bidi characters nor elements with dir=rtl, so on a page like
this one the RLO (right-to-left override) character is ignored. We could fix
that by adding the character to the definition of CHAR_IS_BIDI at
http://lxr.mozilla.org/mozilla/source/intl/unicharutil/public/nsIUBidiUtils.h#299,
but I'm not sure that we really need to do that: according to
http://www.unicode.org/unicode/reports/tr20/#Bidi the use of this and related
characters in markup is "strongly discouraged". We are already more liberal than
the recommendation there to ignore these characters altogether, since we process
them when bidi is enabled anyway.
(2) If the page is altered to use <bdo dir="rtl"> instead of RLO, the characters
are reversed but the display is incorrect. I assume this is bug 120114 kicking in.
Comment 5•23 years ago
|
||
Assignee | ||
Comment 6•23 years ago
|
||
Evangelism contact will be made to see if that solution is
available. It may also provide additional info on whether or
not to have a fix in Mozilla.
Assignee | ||
Comment 7•23 years ago
|
||
Sent the site owner Simon's BDO suggestion along with
explanation. The owner has promised to modify the site.
Changing Product to Evangelism, owner to myself and
accepting the bug.
Assignee: smontagu → momoi
Component: Internationalization → Europe: West
Product: Browser → Tech Evangelism
Target Milestone: --- → Jan
Version: other → unspecified
Assignee | ||
Comment 8•23 years ago
|
||
There is no easy place to categorize this report.
I will put this in Europe:West since it is about
classic/extinct language in Italy. I will take this since
I am familiar with the issues inolved.
If we want to support Unicode embedding control characters
under non-bidi context, then please file a new bug.
Status: NEW → ASSIGNED
Updated•23 years ago
|
Summary: Right to left text is rendered left to right. → geocities.com - Right to left text is rendered left to right.
Comment 9•22 years ago
|
||
This has been fixed for several months now.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•22 years ago
|
QA Contact: ylong → momoi
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•