Closed
Bug 1570402
Opened 6 years ago
Closed 6 years ago
[RTL] Warning icon overlapping text on the screen sharing popup prompt
Categories
(Firefox :: Site Identity, defect, P3)
Firefox
Site Identity
Tracking
()
VERIFIED
FIXED
Firefox 70
People
(Reporter: itiel_yn8, Assigned: itiel_yn8)
Details
(Keywords: rtl)
Attachments
(2 files)
|
16.71 KB,
image/png
|
Details | |
|
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
Using Windows 10, latest Nightly.
STR:
- In about:config set
intl.uidirectionto 1 and restart Nightly - Open https://permission.site/
- Click "Screen Share"
- Observe the warning icon on yellow part of the popup promt
AR:
Warning icon overlapping text.
ER:
Not overlapping.
See attached.
Adding this:
#webRTC-previewWarning:-moz-locale-dir(rtl) {
background-position: calc(100% - .75em) .75em;
}
Somewhere around here:
https://searchfox.org/mozilla-central/source/browser/themes/shared/notification-icons.inc.css#214
... fixes this for me.
Johann, does that look okay to you?
Flags: needinfo?(jhofmann)
Comment 2•6 years ago
|
||
Hey, thanks for the analysis, I would happily take a patch for that :)
Flags: needinfo?(jhofmann)
Priority: -- → P3
Pushed by jhofmann@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5a57a822a2df
[RTL] Fix overlapping icon on text on the screen sharing popup prompt r=johannh
Comment 5•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 70
Updated•6 years ago
|
Assignee: nobody → itiel_yn8
Fixed on Nightly.
Status: RESOLVED → VERIFIED
Comment on attachment 9083362 [details]
Bug 1570402 - [RTL] Fix overlapping icon on text on the screen sharing popup prompt
Beta/Release Uplift Approval Request
- User impact if declined: Warning icon overlapping text on the screen sharing popup prompt for RTL users
- 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): 3 lines CSS code addition to position the icon on the right, for RTL users only
- String changes made/needed: None
Flags: needinfo?(itiel_yn8)
Attachment #9083362 -
Flags: approval-mozilla-beta?
Comment 9•6 years ago
|
||
Comment on attachment 9083362 [details]
Bug 1570402 - [RTL] Fix overlapping icon on text on the screen sharing popup prompt
Simple RTL CSS fix. Approved for 69.0b14.
Attachment #9083362 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 10•6 years ago
|
||
| bugherder uplift | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•