[Protections Panel] Info message background and learn more link aren't correctly placed in RTL
Categories
(Firefox :: Site Identity, defect, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: ehsan.akhgari, Assigned: andreio)
References
Details
(Keywords: rtl, Whiteboard: [privacy-panel][skyline])
Attachments
(2 files)
Please see the screenshot. The problems are:
- The header image isn't mirrored.
- The learn more button isn't mirrored.
Updated•6 years ago
|
Updated•6 years ago
|
The first issue can be easily fixed, just change:
https://searchfox.org/mozilla-central/rev/ec806131cb7bcd1c26c254d25cd5ab8a61b2aeb6/browser/themes/shared/customizableui/panelUI.inc.css#1116
to float: inline-end.
The second issue could be a bit trickier, see bug 1539633. Mirroring this image will mirror also the shield icon.
Probably another SVG for RTL is needed here?
Or, simply mirror this one and in bug 1539633 make sure to mirror all the rest.
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 3•6 years ago
|
||
(In reply to Itiel from comment #2)
The second issue could be a bit trickier, see bug 1539633. Mirroring this image will mirror also the shield icon.
Probably another SVG for RTL is needed here?
Or, simply mirror this one and in bug 1539633 make sure to mirror all the rest.
After discussing this with design the decision was to not change the background positioning in RTL mode.
| Assignee | ||
Comment 4•6 years ago
|
||
Updated•6 years ago
|
Comment 6•6 years ago
|
||
| bugherder | ||
Description
•