[Bug 26366] It's possible to go fullscreen with an element not in the document

https://www.w3.org/Bugs/Public/show_bug.cgi?id=26366

--- Comment #5 from Philip Jägenstedt <philipj@opera.com> ---
(In reply to Anne from comment #3)
> Although I guess we don't really want to block exitFullscreen(). Especially
> for things such as navigation.
> 
> A document-wide pending element could work. exitFullscreen() would just
> clear the element and return. And the queued task from requestFullscreen
> would become a no-op. Does that make sense?

This depends on what the internal state is. If the window resize has already
been requested, simply clearing the pending element would lead to something
strange when the resize is completed. One could immediately exit fullscreen in
that case, but should that cause an additional fullscreenchange event to be
fired?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 28 July 2014 11:04:46 UTC