Closed Bug 756334 Opened 12 years ago Closed 8 years ago

Don't dispatch fullscreenchange until after sizemode transition is complete

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1161802

People

(Reporter: cpearce, Unassigned)

References

(Blocks 3 open bugs)

Details

(Whiteboard: [games:p2])

Attachments

(1 file)

The source of much of the orange in our pointer lock (and probably fullscreen) tests seems to be caused because we can dispatch the (moz)fullscreenchange event before the transition to fullscreen is complete.

We should only dispatch fullscreenchange once the transition is complete. I've been trying to get the spec changed (and it looks like it's going to happen).
I'm hoping this is going to fix pointer lock bugs 745047, 745009, 754451, 753323, 744909, 745056, 712225.
Blocks: gecko-games
Whiteboard: [games:p1]
(In reply to David Humphrey (:humph) from comment #1)
> I'm hoping this is going to fix pointer lock bugs 745047, 745009, 754451,
> 753323, 744909, 745056, 712225.

I added code to work around this issue in our pointer lock and fullscreen mochitests, and it indeed stopped the majority of the orange problems in those tests.
Did any necessary spec changes happen here?
(In reply to Vladimir Vukicevic [:vlad] [:vladv] from comment #4)
> Did any necessary spec changes happen here?

Yes. In the spec [1] for the requestFullscreen() and exitFullscreen() algorithms, the steps that dispatch "fullscreenchange" and update the fullscreen stacks are now performed by tasks that are queued after the step to "optionally perform some animation".

Arguably the spec could be more explicit that the "perform some animation" step is synchronous though.

http://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html
Whiteboard: [games:p1] → [games:p2]
Are we spec compliant now?  (That is, is there anything more to do on this bug?)
This is not fixed, we still sometimes fire fullscreenchange before the transition is complete.

I've resorted to working around this bug in the mochitests by checking whether the window has reached the screen size like so:
http://mxr.mozilla.org/mozilla-central/source/content/html/content/test/file_fullscreen-utils.js?force=1
Here's where I got to last time, this doesn't work but it might give whomever follows up here some ideas.
Requesting a status update for this ticket. Is there a plan to land a fix?

Note that Chromium also delivers the fullscreenchange event too early: https://code.google.com/p/chromium/issues/detail?id=396576

Link to the relevant spec bug https://www.w3.org/Bugs/Public/show_bug.cgi?id=26440
I don't have time to work on this unfortunately. Anyone else is welcome to take it.
Assignee: cpearce → nobody
This should have been fixed by bug 1161802 (actually these two seems to be duplicate)
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: