Closed
Bug 1716508
Opened 3 years ago
Closed 3 years ago
Titles that start with RTL characters are not rendered correctly in tabs
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1701394
People
(Reporter: noamtm, Unassigned)
Details
Attachments
(2 files, 1 obsolete file)
Open a tab with a page whose title starts with an RTL character. Example:
data:text/html,<meta charset="utf-8"/><title>%E2%80%8Fstring</title>
- Observe that in the tab bar, the title text is aligned to the right instead of the left
- Move the mouse cursor around and observe that the title text jumps on hover
The attached clip shows the behavior.
The text should be aligned to the left, like text that doesn't start with an RTL character.
Compare to:
data:text/html,<meta charset="utf-8"/><title>string</title>
Note that when the title is long, this behavior also affects cropping.
This issue is new in Proton.
Reporter | ||
Comment 1•3 years ago
|
||
A better testcase:
data:text/html,<meta charset="utf-8"/><title>%D7%90%D7%90%D7%90</title>
The original testcase used the invisible RTL marker.
Reporter | ||
Comment 2•3 years ago
|
||
Reporter | ||
Updated•3 years ago
|
Attachment #9227173 -
Attachment is obsolete: true
Reporter | ||
Comment 3•3 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•