This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 26379 - exitFullscreen() should pop from the stack, resize and fire fullscreenchange events together
Summary: exitFullscreen() should pop from the stack, resize and fire fullscreenchange ...
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: Fullscreen (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Anne
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-17 22:23 UTC by Philip Jägenstedt
Modified: 2014-07-28 09:37 UTC (History)
3 users (show)

See Also:


Attachments

Description Philip Jägenstedt 2014-07-17 22:23:13 UTC
As specified, the stack is first popped, which will be visible to scripts (fullscreenElement) and CSS (:fullscreen). The resizing and event firing is done in a later task, so scripts will be able to observe the inconsistent state.

In short, it should mirror the "go fullscreen" algorithm, which doesn't have the problem.
Comment 2 Philip Jägenstedt 2014-07-28 09:37:00 UTC
Thanks!