Closed
Bug 1609196
Opened 5 years ago
Closed 5 years ago
[RTL] Arrows are not always pointing in the right direction in the console
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(firefox-esr68 unaffected, firefox72 unaffected, firefox73 fixed, firefox74 verified)
VERIFIED
FIXED
Firefox 74
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox72 | --- | unaffected |
firefox73 | --- | fixed |
firefox74 | --- | verified |
People
(Reporter: itiel_yn8, Assigned: itiel_yn8)
References
(Regression)
Details
(Keywords: regression, rtl)
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
STR:
- Set
intl.uidirection
to1
and restart - Open the console
- Type
console.log(this)
and hit enter - Observe the expander arrow icon
AR:
Is pointing to the left.
ER:
Should point to the right, as it's like in LTR.
Pushed by dvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4a7f4d0ff6cb
[RTL] Fix the tree arrow icon to point to the right in the webconsole r=jlast
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 74
Comment 4•5 years ago
|
||
Please nominate this for Beta approval when you get a chance.
status-firefox72:
--- → unaffected
status-firefox73:
--- → affected
status-firefox-esr68:
--- → unaffected
Flags: needinfo?(itiel_yn8)
Comment on attachment 9120828 [details]
Bug 1609196 - [RTL] Fix the tree arrow icon to point to the right in the webconsole r?jlast
Beta/Release Uplift Approval Request
- User impact if declined: For RTL users the arrow icon in the webconsole will point to the wrong direction, under some circumstances.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Simple CSS change to mirror the icon specifically in the webconsole for RTL users only
- String changes made/needed: None
Flags: needinfo?(itiel_yn8)
Attachment #9120828 -
Flags: approval-mozilla-beta?
Status: RESOLVED → VERIFIED
Comment 6•5 years ago
|
||
Comment on attachment 9120828 [details]
Bug 1609196 - [RTL] Fix the tree arrow icon to point to the right in the webconsole r?jlast
Simple CSS fix for an RTL regression. Approved for 73.0b6.
Attachment #9120828 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 7•5 years ago
|
||
uplift |
Updated•5 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•