Sometimes restoring a window from fullscreen doesn't restore the size to the original size
Categories
(Core :: Widget: Win32, defect, P2)
Tracking
()
People
(Reporter: edgar, Unassigned)
References
Details
(Whiteboard: [win:fullscreen])
Attachments
(1 file)
|
25.78 KB,
image/png
|
Details |
This seems randomly happen while running dom/html/test/test_fullscreen-api.html tests and cause the test timed out.
When the issue happens there the window is taller than before and there is some black area, see the attached screenshot.
Updated•3 years ago
|
Comment 1•3 years ago
|
||
This may have been resolved (or exacerbated?) by the fix for bug 1776895, which has subtly changed the fullscreen size-restoration logic.
Comment 2•3 years ago
|
||
While dom/html/test/test_fullscreen-api.html remains flaky (as seen in bug 1776996), its flakiness on Windows appears to have stopped sometime in early to mid-June — all failures since 2022-06-10 have been on Linux or Mac (or on the esr91 branch), and none of the non-Windows screenshots I've checked seem to exhibit the particular failure mode shown in the above screenshot.
For posterity's sake, the latest non-ESR windows failures occurred during testing of the following commits:
dba153afe5cbebbe924a4127cc0c154b8990ef64 (mozilla-beta)
5317b48c84b94d7f8a6167bd78c0ad866dc24afd (mozilla-beta)
352c54616869f2b8063ff4a7d6e87d082a057efd (mozilla-beta)
bfbc19bd60369d564794514dbce7f23158ca1b6d (autoland)
e4c90fa447f5b0e062b72f74fe95fe23949fa180 (mozilla-central)
2195f60b96bf0479b09105f7c671da16bd9553cb (mozilla-beta)
While it would be nice to resolve the mystery, the fact that this has dropped from "multiple occurrences daily" to "nothing for the past two months" probably justifies closing the bug. RESOLVED WORKSFORME.
Description
•