Open
Bug 814347
Opened 12 years ago
Updated 2 years ago
RTL in <title> gives a confusing title in the tab bar
Categories
(Firefox :: Tabbed Browser, defect)
Firefox
Tabbed Browser
Tracking
()
NEW
People
(Reporter: 326374, Unassigned)
Details
Attachments
(2 files)
Steps to reproduce:
0. ‮ is the RIGHT-TO-LEFT OVERRIDE char (RLO)
1. Write an HTML page with "<title>RTL: ‮ Hello there</title>"
2. Open the HTML page and note the title in the tabbar
Actual result:
1. The title in the tabbar does not respect the RLO: the title shown is "RTL: Hello there"
Expected result:
1. The title in the tabbar respects the RLO: the title should display as "RTL: ereht olleH"
Related is a bug in the window title, but I'll write that in a follow-up bug.
Summary: RTL in <title> gives a confusing title bar → RTL in <title> gives a confusing title in the tab bar
Attachment #684352 -
Attachment mime type: text/plain → text/html
See also Bug 814352 regarding the window title.
Comment 3•8 years ago
|
||
We can fix this by isolating the untrusted text.
OS: Linux → Unspecified
Hardware: x86 → Unspecified
Version: 18 Branch → unspecified
Still an issue.
Status: UNCONFIRMED → NEW
status-firefox64:
--- → affected
status-firefox65:
--- → affected
Ever confirmed: true
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•