Re: [fullscreen] Time to dispatch the fullscreenchange event (#5)

Do you mean that the new size of an iframe could be observed before the fullscreenchange event is fired? That does seem like a plausible bug if this is implemented as the top-level browsing context exiting fullscreen and notifying its child frames as two separate steps. I don't think it's a fundamental problem though, there's a resize event on window and it ought to be possible to somehow synchronize the fullscreenchange event with that...

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/issues/5#issuecomment-120839614

Received on Monday, 13 July 2015 07:42:06 UTC