Open
Bug 814030
Opened 12 years ago
Updated 2 years ago
FF17 shows RTL text of browser title
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: WeirdAl, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
50.21 KB,
image/png
|
Details |
Steps to reproduce:
(1) Load the URL into the web browser.
(2) Observe the titlebar.
Expected: The characters " - Mozilla Firefox"
Actual: These characters are actually reversed.
Reporter | ||
Comment 1•12 years ago
|
||
The view-source rendering is also slightly different than what shows up in the tab's title.
Comment 3•12 years ago
|
||
(In reply to Alex Vincent [:WeirdAl] from comment #0)
> Steps to reproduce:
> (1) Load the URL into the web browser.
> (2) Observe the titlebar.
>
> Expected: The characters " - Mozilla Firefox"
> Actual: These characters are actually reversed.
I'm unable to reproduce this given these steps. Is there something that's missing? (i.e did you perhaps set an RTL preference in about:config?)
Reporter | ||
Comment 4•12 years ago
|
||
Reporter | ||
Comment 5•12 years ago
|
||
(In reply to Scott Johnson (:jwir3) from comment #3)
> I'm unable to reproduce this given these steps. Is there something that's
> missing? (i.e did you perhaps set an RTL preference in about:config?)
Not to my knowledge - I tried it using a fairly clean - if old - profile on Linux and now on Windows.
OS: Linux → All
Comment 6•12 years ago
|
||
There's a U+202E (right-to-left override, RLO) character in the page's <title>, before the characters "LTR", and there's no matching PDF (pop directional formatting); i.e., the title is actually "xkcd: <RLO>LTR".
So when " - Mozilla Firefox" is appended to the title, the RLO is still in effect, and those characters also take on RTL directionality.
Comment 7•12 years ago
|
||
In the tab title I see "xkcd: LTR", but in the tooltip when hovering the tab title I see "xkcd: RTL".
Comment 8•12 years ago
|
||
(In reply to Scott Johnson (:jwir3) from comment #2)
> The xkcd comic is not a valid testcase. ;)
*sigh* Sorry, my bad. I was sleeping when I wrote this.
Comment 9•12 years ago
|
||
View-source is also affected: I see
<title>xkcd: </title>RTL
This may be bug 717811.
Comment 11•12 years ago
|
||
For tab bar title (comment 7) see bug 814347
Comment 12•11 years ago
|
||
This bug also affects Ubuntu. Screenshot at http://shkspr.mobi/blog/wp-content/uploads/2014/02/Firefox-RTL-Search-fs8.png
A Google / Bing / Yahoo search like https://www.google.co.uk/search?q=Harry+%E2%80%AErettoP will reverse the text of the Window - due to the presence of ‮ in the <title>.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•