Re: [whatwg/fullscreen] What should happen if an element is moved to another document right after requestFullscreen (#33)

https://github.com/whatwg/fullscreen/pull/64 keeps track of the original *topLevelDoc*, which isn't quite the same as keeping track of the node document. @upsuper, are pending Fullscreen requests in Gecko tied to each individual document, a tab-wide manager of sorts?

Blink has some state attached to the documents, but I'm trying to change things so that pending requests go into a single queue, although still in the same process as the documents. With per-document book keeping, I can't see how to get the order of requests right, if the same script requests fullscreen in two iframes for example.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/issues/33#issuecomment-262217621

Received on Tuesday, 22 November 2016 11:30:57 UTC