"Open in Firefox" button triggers buggy hamburger menu
Categories
(Firefox :: Menus, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr78 | --- | unaffected |
| firefox-esr91 | --- | verified |
| firefox91 | --- | wontfix |
| firefox92 | --- | verified |
| firefox93 | --- | verified |
People
(Reporter: haik, Assigned: emilio)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files, 1 obsolete file)
|
536.35 KB,
image/png
|
Details | |
|
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
RyanVM
:
approval-mozilla-esr91+
|
Details | Review |
Clicking "Open in Firefox" on the Lockwise page https://www.mozilla.org/en-US/firefox/lockwise/ opens the hamburger menu and highlights the passwords entry, but the text is not readable. See screenshot. Secondly, the hamburger is not dismissed by clicking outside of it for example on the page. Dismissing the menu required clicking on an entry or clicking the hamburger menu to dismiss it.
Hit on Firefox 91.0 on macOS 11.5.
Comment 1•4 years ago
|
||
Reproducible in Firefox 93.0a1 (2021-08-11) (64-bit) on macOS 12.0 Beta (21A5294g)
Comment 2•4 years ago
|
||
Can you re-test in the latest Firefox Nightly builds? This might be from a graphics bug that was recently fixed.
| Reporter | ||
Comment 3•4 years ago
|
||
It's still reproducible.
Here's a mozregression range for the menu highlighting issue. I couldn't narrow the range any further because of an issue with codesigning and the mozregression downloaded builds on Apple Silicon. I'll try to get a smaller range.
From the description, Bug 1722799 UITour highlight appears as a solid color rectangle instead of a translucent highlight could be related.
Molly, could you take a look?
It looks like the issue where clicking outside of the menu doesn't dismiss it should be a separate bug. I'll try and mozregression that and file a new bug.
Comment 4•4 years ago
|
||
That's fascinating, because this is exactly the behavior I was fixing in bug 1722799. I'll look into it.
Comment 5•4 years ago
|
||
Okay, so what happened here is that I was depending on a rule which is in the Windows theme without realizing it. Need to carry over the bit of that that I need into the Mac theme. I'll check on Linux also.
Updated•4 years ago
|
Updated•4 years ago
|
Comment 7•4 years ago
|
||
| Assignee | ||
Comment 8•4 years ago
|
||
This is needed for macOS / windows because of this rule:
This should be a better fix than double-applying the background.
Longer term it might be worth trying to make panels appearance: none (and no
background / borders on the panel itself, only on the contents) by default, and
add a native attribute or such for the ones that should look native, wdyt?
I can look into that if it'd be useful.
Comment 9•4 years ago
|
||
Set release status flags based on info from the regressing bug 1722799
Updated•4 years ago
|
Comment 10•4 years ago
|
||
Updated•4 years ago
|
Comment 11•4 years ago
|
||
| bugherder | ||
Comment 12•4 years ago
|
||
The patch landed in nightly and beta is affected.
:emilio, is this bug important enough to require an uplift?
If not please set status_beta to wontfix.
For more information, please visit auto_nag documentation.
| Assignee | ||
Comment 13•4 years ago
|
||
Presumably we want to uplift this?
Comment 14•4 years ago
|
||
Comment on attachment 9236157 [details]
Bug 1725223 - Reset native styles of #UITourHighlightContainer properly. r=dao
Beta/Release Uplift Approval Request
- User impact if declined: Broken and unusable UITour menu item highlights.
- 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): The patch specifically touches only the UITour highlight element, it shouldn't be able to affect anything else.
- String changes made/needed:
Comment 15•4 years ago
|
||
Comment on attachment 9236157 [details]
Bug 1725223 - Reset native styles of #UITourHighlightContainer properly. r=dao
Approved for 92.0b5.
Comment 16•4 years ago
|
||
| bugherder uplift | ||
Updated•4 years ago
|
Updated•4 years ago
|
Comment 17•4 years ago
|
||
Might be worth fixing on esr91 too?
Comment 18•4 years ago
|
||
Reproduced the initial issue using old Nightly from 2021-08-11, verifiefd that using latest Nightly build 93.0a1 from today and 92.0b6 that this is no longer reproducible. Leaving qe-verify+ until the decision is made for esr91.
Comment 19•4 years ago
|
||
Comment on attachment 9236157 [details]
Bug 1725223 - Reset native styles of #UITourHighlightContainer properly. r=dao
Approved for 91.1esr.
Comment 20•4 years ago
|
||
| bugherder uplift | ||
Comment 21•4 years ago
|
||
Also verified fixed using latest esr91 build from treeherder using macOS 11.5.
Description
•