Closed
Bug 1324356
Opened 9 years ago
Closed 9 years ago
about:config warning icon should be at the right side on RTL
Categories
(Firefox :: Settings UI, defect)
Tracking
()
VERIFIED
FIXED
Firefox 53
| Tracking | Status | |
|---|---|---|
| firefox53 | --- | verified |
People
(Reporter: tomer, Assigned: tomer)
References
()
Details
Attachments
(1 file)
The warning icon on the about:config page appears at the left side of the title instead of the right side. This may be a regression, as the code has the fix for this issue on info-pages.css
.title:dir(rtl) {
background-position: right 0;
}
I've found that this issue can be solved by using -moz-locale-dir(). I'll commit a patch shortly.
| Comment hidden (mozreview-request) |
Updated•9 years ago
|
Assignee: nobody → tomer.moz.bugs
Comment 2•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8819763 [details]
Bug 1324356 about:config warning icon should be at the right side on RTL
https://reviewboard.mozilla.org/r/99406/#review99872
Not sure if you knew, but this is because :-moz-locale-dir() is used on XUL pages and :dir() is used on non-XUL pages. Thanks for the fix!
Attachment #8819763 -
Flags: review?(jaws) → review+
Pushed by jwein@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2c24c401b9aa
about:config warning icon should be at the right side on RTL r=jaws
| Assignee | ||
Comment 4•9 years ago
|
||
| mozreview-review-reply | ||
Comment on attachment 8819763 [details]
Bug 1324356 about:config warning icon should be at the right side on RTL
https://reviewboard.mozilla.org/r/99406/#review99872
Yes, I know. I just don't want to be rude saying that someone was mistaken. ;-)
Thanks for the review!
Comment 5•9 years ago
|
||
Great! I'm never offended by someone fixing a mistake :)
Comment 6•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 53
| Assignee | ||
Comment 7•9 years ago
|
||
This fix caused a regression in other screens, as noted in bug 1325883. We need to backout this patch or apply to fix in bug 1325883.
Updated•9 years ago
|
QA Whiteboard: [good first verify]
Comment 8•9 years ago
|
||
I have reproduced this bug in Nightly RTL(Hebrew) 53.0a1 (2016-12-19)
The bug is verified as fixed in latest Firefox beta 53.0b8 RTL(Hebrew)
Build id: 20170330190824
User agent: Mozilla/5.0 (X11; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0
[testday-20170331]
You need to log in
before you can comment on or make changes to this bug.
Description
•