[Windows] Hovering on any taskbar items triggers visibilitychange
Categories
(Core :: Widget: Win32, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox-esr102 | --- | wontfix |
firefox102 | --- | wontfix |
firefox103 | --- | wontfix |
firefox104 | --- | wontfix |
People
(Reporter: peacech, Unassigned)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Steps to reproduce:
- Run firefox
- Open developer tools console in a popup window
- Paste
window.addEventListener('visibilitychange', () => console.log(document.visibilityState));
- Switch to another application which have maximized window to make the firefox window hidden (but not minimized).
- Hover on any icons in the taskbar
- The console will log hidden/visible even though the visiblity of the firefox windows does not change
This only happens if widget.windows.window_occlusion_tracking.enabled
= true
.
This does not happen if firefox window is minimized.
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:101.0) Gecko/20100101 Firefox/101.0
Actual results:
Hovering on any taskbar items when the firefox window is hidden but not minimized triggers visiblitychange
.
Expected results:
visiblitychange
should not be triggered when hoving on taskbar items while firefox window is hidden.
Comment 1•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Widget: Win32' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•2 years ago
|
||
Presumably regressed by bug 1732736.
Updated•2 years ago
|
Comment 3•2 years ago
|
||
Set release status flags based on info from the regressing bug 1732736
Comment 4•2 years ago
|
||
:sotaro, since you are the author of the regressor, bug 1732736, could you take a look?
For more information, please visit auto_nag documentation.
Comment 5•2 years ago
|
||
The bug has a release status flag that shows some version of Firefox is affected, thus it will be considered confirmed.
Updated•2 years ago
|
Comment 6•2 years ago
|
||
I confirmed the problem during hovering on the occluding window's icon in the taskbar. The same thing happened also with chrome browser.
Updated•2 years ago
|
Comment 7•2 years ago
|
||
:sotaro to clarify, are there any actionable item left here or any next steps?
Updated•10 months ago
|
Description
•