Closed
Bug 670026
Opened 14 years ago
Closed 13 years ago
Fullscreen window from sizemode="fullscreen" should have windowState STATE_FULLSCREEN
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: karlt, Unassigned)
References
()
Details
(Keywords: testcase, Whiteboard: [fixed by bug 539601])
Attachments
(1 file)
|
4.98 KB,
patch
|
Details | Diff | Splinter Review |
When a XUL window with sizemode="fullscreen" is opened, windowState remains
STATE_NORMAL even though fullScreen is true.
Expected results windowState is STATE_FULLSCREEN.
The attached mochitest (which passes on X11 and NT) demonstrates the problem.
9723 ERROR TEST-UNEXPECTED-FAIL | chrome://mochitests/content/chrome/layout/forms/test/test_bug665540.html | window state should be fullscreen 2 - got 3, expected 4
9726 ERROR TEST-UNEXPECTED-FAIL | chrome://mochitests/content/chrome/layout/forms/test/test_bug665540.html | window state should be fullscreen 3 - got 3, expected 4
(This is not simply a delay in windowState being updated. It is still
incorrect some time later. May be related to bug 409095.)
| Reporter | ||
Updated•14 years ago
|
| Reporter | ||
Comment 1•14 years ago
|
||
Looks like this test may have also picked up this bug, were it running
http://hg.mozilla.org/mozilla-central/rev/299c005302cd
| Reporter | ||
Comment 2•14 years ago
|
||
Now in testsuite:
http://hg.mozilla.org/mozilla-central/rev/e3e1c16c1af4
Flags: in-testsuite+
Comment 3•13 years ago
|
||
Somewhere in my work on bug 639705 (and more specifically bug 539601 which I've rolled in there), this test is passing.
Depends on: 539601
Comment 4•13 years ago
|
||
I enabled the test on OS X in bug 539601 - https://hg.mozilla.org/mozilla-central/rev/5f033ecdf2aa
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [fixed by bug 539601]
You need to log in
before you can comment on or make changes to this bug.
Description
•