The name of the device used is clipped instead of wrapped if the text excedes the limit of the microfone/camera site permission panel
Categories
(Firefox :: Menus, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox109 | --- | unaffected |
firefox110 | --- | verified |
firefox111 | --- | verified |
People
(Reporter: bmaris, Assigned: emilio)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
37.37 KB,
image/jpeg
|
Details | |
48 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
Found in
- Latest Nightly 111.0a1
Affected versions
- Firefox 110.0b5
- Latest Nightly 111.0a1
Unaffected versions
- Firefox 109.0
Tested platforms
- Affected platforms: Windows 10, macOS 13 and Ubuntu 18.04.
- Unaffected platforms: none
Preconditions
- A device (camera or microphone) with a long name is required and connected to the PC/laptop.
Steps to reproduce
- Visit a page that requires microphone and camera (eg. https://meet.jit.si/TesthingMicAndCameraForAFirefoxBug)
Expected result
- The name of the device is wrapped if too long using elipses.
Actual result
- The name of the device used is clipped
Regression range
- First bad: 47c002d3637247e71ee901f32421deaecc9d8ea3
- Last good: 0c989b2bcd7882a9e7106e7879ab8933c2e09071
- Pushlog: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=0c989b2bcd7882a9e7106e7879ab8933c2e09071&tochange=47c002d3637247e71ee901f32421deaecc9d8ea3
- Potentially regressed by: Bug 1805414 - Remove nsMenuFrame
Additional notes
- Not entirely sure if this issue should end up in Site permission component or here in menus. Please change it accordingly if necessary.
- By clipping the name of the device the little icon showing the type of permission (mic or cam) is removed as well.
- Not sure if other site permission panels are affected by this, not sure which one could also display a long text inside the dropdown.
Assignee | ||
Updated•4 months ago
|
Assignee | ||
Comment 1•4 months ago
|
||
This was mixing old and new flexbox in a way that it happened to work
before my patch, but really should've always needed min-width to work.
Updated•4 months ago
|
Pushed by ealvarez@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/08f5c59b7ba4 Preserve shrinking behavior of webrtc device selector. r=dao
Comment 3•4 months ago
|
||
bugherder |
Comment 4•4 months ago
|
||
The patch landed in nightly and beta is affected.
:emilio, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox110
towontfix
.
For more information, please visit auto_nag documentation.
Assignee | ||
Comment 5•4 months ago
|
||
Comment on attachment 9314154 [details]
Bug 1812321 - Preserve shrinking behavior of webrtc device selector. r=Itiel,dao,Gijs
Beta/Release Uplift Approval Request
- User impact if declined: comment 0
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: comment 0
- List of other uplifts needed: none
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Trivial, targeted css fix.
- String changes made/needed: none
- Is Android affected?: No
Assignee | ||
Updated•4 months ago
|
Comment 6•4 months ago
|
||
Comment on attachment 9314154 [details]
Bug 1812321 - Preserve shrinking behavior of webrtc device selector. r=Itiel,dao,Gijs
Approved for our last 110 beta, thanks.
Comment 7•4 months ago
|
||
bugherder uplift |
Updated•4 months ago
|
Reporter | ||
Comment 8•4 months ago
|
||
Verified that using latest Nightly 111.0a1 and latest Beta (from treeherder) across platforms (Windows 10, Ubuntu 18.04 and macOS 13) this is now fixed.
Description
•