Expand on hover intermittently stops working
Categories
(Firefox :: Sidebar, defect, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| relnote-firefox | --- | 142+ |
| firefox-esr128 | --- | unaffected |
| firefox-esr140 | --- | unaffected |
| firefox141 | --- | unaffected |
| firefox142 | --- | verified |
| firefox143 | --- | verified |
People
(Reporter: kcochrane, Assigned: kcochrane)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [fidefe-sidebar])
Attachments
(2 files)
|
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-release+
|
Details | Review |
|
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-release+
|
Details | Review |
It seems we've had multiple internal reports of expand on hover intermittently not working.
STR:
Enable vertical tabs and expand on hover. While hovering over the expanded sidebar, right click the sidebar and select "Turn off vertical tabs" from the context menu. Right click the toolbar and select "Turn on vertical tabs". Expand on hover is turned back off now. Re-enable it using the customize sidebar panel. Hover over the sidebar to expand it and notice how it remains expanded even once you hover outside of the sidebar.
Note that the issue goes away with a browser restart unless you take the steps taken above again.
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Comment 2•1 year ago
|
||
Set release status flags based on info from the regressing bug 1957008
Comment 4•1 year ago
|
||
| bugherder | ||
Comment 5•1 year ago
|
||
The patch landed in nightly and beta is affected.
:kcochrane, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- See https://wiki.mozilla.org/Release_Management/Requesting_an_Uplift for documentation on how to request an uplift.
- If no, please set
status-firefox142towontfix.
For more information, please visit BugBot documentation.
| Assignee | ||
Comment 6•1 year ago
|
||
Spoke with :sclements on this, and we'd like to add this to the planned dot release on Sept. 2 should no regressions arise in the meantime
| Assignee | ||
Comment 7•1 year ago
•
|
||
Comment on attachment 9506153 [details]
Bug 1982129 - Ensure _hoverBlockerCount doesn't go into the negatives and the hover blocker is removed when expand on hover is disabled in browser-sidebar.js
Beta/Release Uplift Approval Request
We'd like to add this to the planned dot release on Sept. 2 should no regressions arise in the meantime.
- User impact if declined/Reason for urgency: Expand on hover in the sidebar could unexpectedly stop working.
- 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: STR in the description for the bug
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): 2 line JS change
- String changes made/needed:
- Is Android affected?: No
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 8•1 year ago
|
||
Looks like this is still happening per :mconley. He said the hover blocker count got up to 4 when he ran into the issue, so I need to move that decrementing line back out of the conditional.
| Assignee | ||
Comment 9•1 year ago
|
||
Comment 10•1 year ago
|
||
| Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Comment 11•1 year ago
|
||
| bugherder | ||
I was able to reproduce the issue with an affected Firefox Nightly 143.0a1 build from 2025-08-08 on Windows 11, while following the steps described in Comment 0 (3 out of 3 attempts).
Verified as fixed using Firefox Nightly 143.0a1 (2025-08-13) on Windows 11, macOS 14 and Ubuntu 22.04. The sidebar no longer remains expanded once you hover outside of the sidebar (3 out of 3 attempts).
Updated•11 months ago
|
Comment 22•11 months ago
|
||
:kcochrane to be sure did you only want to uplift one of the patches to release?
| Assignee | ||
Comment 23•11 months ago
|
||
We'll need to apply both patches for the uplift as my second patch fixed a regression caused by my first patch.
Comment 24•11 months ago
|
||
Comment on attachment 9506153 [details]
Bug 1982129 - Ensure _hoverBlockerCount doesn't go into the negatives and the hover blocker is removed when expand on hover is disabled in browser-sidebar.js
Approved for 142.0.1
Updated•11 months ago
|
Updated•11 months ago
|
Comment 25•11 months ago
|
||
| uplift | ||
Updated•11 months ago
|
Comment 26•11 months ago
|
||
(In reply to Bianca Hidecuti, Desktop Test Engineering [:bhidecuti] from comment #12)
I was able to reproduce the issue with an affected Firefox Nightly 143.0a1 build from 2025-08-08 on Windows 11, while following the steps described in Comment 0 (3 out of 3 attempts).
Verified as fixed using Firefox Nightly 143.0a1 (2025-08-13) on Windows 11, macOS 14 and Ubuntu 22.04. The sidebar no longer remains expanded once you hover outside of the sidebar (3 out of 3 attempts).
Verified as fixed using Firefox 142.0.1-build1 on macOS 14, Windows 11 and Ubuntu 22.04 as well.
Comment 29•4 months ago
|
||
This still seems to be unsolved on 148.0.2, here in openSUSE Linux with KDE Plasma and Wayland. Hovering of vertical tabs intermittently hangs in two different "issue flavours": hover does not trigger expansion of the vertical tabs area and "un-hover" does not make it move back. As a result, sometimes the vertical tabs area remains in "expanded" state and covers parts of the webpage in the background.
Description
•