Closed
Bug 1506455
Opened 4 years ago
Closed 4 years ago
Changes panel should stay left to right even in RTL builds
Categories
(DevTools :: Inspector, defect, P2)
DevTools
Inspector
Tracking
(firefox65 fixed)
RESOLVED
FIXED
Firefox 65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: pbro, Assigned: rcaliman)
References
Details
Attachments
(2 files)
STR: - use a RTL build of Firefox Nightly - open the inspector - make CSS changes in the rule view - look at the Changes panel (see screenshot) Expected: changes are displayed like CSS rule in the rules-view, so should stay left-to-right, because that's how CSS writes, whatever the locale. Actual: the changes are trying to display themselves right to left, but that doesn't make much sense since they are displayed as CSS.
Reporter | ||
Comment 1•4 years ago
|
||
By adding something like this to the CSS, the UI reverts to LTR: #sidebar-panel-changes .rule { direction: ltr; }
Assignee | ||
Updated•4 years ago
|
Priority: -- → P2
Assignee | ||
Comment 3•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → rcaliman
Status: NEW → ASSIGNED
Pushed by rcaliman@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/215654db940b Enforce LTR code on RTL layout in Changes panel r=pbro
Comment 5•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/215654db940b
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 65
You need to log in
before you can comment on or make changes to this bug.
Description
•