Open
Bug 1696941
Opened 5 years ago
Updated 5 years ago
Tabs media controller is not RTL aligned on some Bidirectional websites
Categories
(Firefox :: Tabbed Browser, defect, P3)
Tracking
()
NEW
People
(Reporter: hyacoub, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: helpwanted, intl, Whiteboard: [proton-tabs-bar])
Attachments
(1 file)
883.46 KB,
image/png
|
Details |
Preconditions
In about:config set:
browser.proton.enabled = true
browser.proton.tabs.enabled = true
Affected versions
Firefox 88.0a1
Affected platforms
MacOS 10.15
Windows 10 x64
Ubuntu 20.04 x64
Windows 7 x64
Steps to reproduce
- Open Firefox.
- Go to http://panet.co.il/article/3187397 and play the video.
- Go to https://bit.ly/38ifPfC and play the video.
- Observe tabs media controller.
Expected result
Tabs media controller should be RTL aligned.
Actual Result
Tabs media controller isn't RTL aligned.
Screenshot: https://imgur.com/a/bl1fYmy
Updated•5 years ago
|
See Also: → https://jira.mozilla.com/browse/FIDEFE-431
Reporter | ||
Updated•5 years ago
|
Summary: Tabs media controler is not RTL aligned on some Bidirectional websites → Tabs media controller is not RTL aligned on some Bidirectional websites
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Priority: -- → P3
Updated•5 years ago
|
Keywords: helpwanted,
intl
Updated•5 years ago
|
Points: --- → 3
The obvious solution should be to add .tab-text
to the selectors here:
https://searchfox.org/mozilla-central/rev/62ddcc03195036b355cb23b6f2e2b88d3f8099ad/browser/base/content/tabbrowser.css#53-63
and this fixes the issue, but it makes the tab title itself to scroll to the end (not good), while retaining the desired directionality (good).
You need to log in
before you can comment on or make changes to this bug.
Description
•