Open
Bug 2064173
Opened 2 days ago
Updated 1 day ago
Alt-tabbing to a windowed browser window while in fullscreen does not present taskbar
Categories
(Core :: Widget: Win32, defect)
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox-esr140 | --- | unaffected |
| firefox-esr153 | --- | unaffected |
| firefox154 | --- | wontfix |
| firefox155 | --- | fix-optional |
| firefox156 | --- | affected |
People
(Reporter: handyman, Unassigned)
References
(Regression)
Details
(Keywords: regression)
STR:
- Open one (background) un-maximized window and one (foreground) fullscreen window.
- Alt-tab from the fullscreen to the other window.
Actual:
The window appears in front of the fullscreen window. No taskbar is shown.
Expected:
The window appears in front of the fullscreen window. The taskbar is shown.
This bug means that PIP windows expect special handling in nsWindow::TaskbarConcealer::UpdateAllState. See also bug 2055201 comment 6.
Comment 1•2 days ago
|
||
Set release status flags based on info from the regressing bug 2048501
status-firefox154:
--- → affected
status-firefox155:
--- → affected
status-firefox156:
--- → affected
status-firefox-esr140:
--- → unaffected
status-firefox-esr153:
--- → unaffected
Updated•1 day ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•