Console editor looks broken on RTL languages
Categories
(DevTools :: Console, defect, P1)
Tracking
(firefox71 fixed)
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
Attachments
(3 files)
- The resizer is buggy
- The "Run" button icon is misplaced
| Assignee | ||
Comment 1•6 years ago
|
||
Depends on D45302
| Assignee | ||
Comment 2•6 years ago
|
||
Since we want the button to be placed on the right side
in RTL languages and we don't have logical properties
on background-position yet, we display the icon in
a :before pseudo element which will adapt for both LTR
and RTL languages. The icon is then mirrored in RTL.
Depends on D49717
| Assignee | ||
Comment 3•6 years ago
|
||
When starting to resize, we store the direction of the
controlled element in the state.
When resizing, we check the current element direction
to set the appropriate width to the controlled element.
A test is added to ensure the resizer works as expected
in RTL languages elements.
Depends on D49718
Comment 5•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/e87688a24f47
https://hg.mozilla.org/mozilla-central/rev/81c1d93d635a
https://hg.mozilla.org/mozilla-central/rev/3517b23f7cc4
Description
•