- From: Philip Jägenstedt <notifications@github.com>
- Date: Mon, 17 Aug 2015 00:53:06 -0700
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
Received on Monday, 17 August 2015 07:53:36 UTC
Step 7.5.2 of `requestFullscreen()` already says "If element is doc's fullscreen element, terminate these subsubsteps. Note: No need to notify observers when nothing has changed." I think there are two cases to distinguish here: 1. `requestFullscreen()` is called twice from the same input event handler, perhaps by different listeners or perhaps by broken fallback code that ends up calling both a prefixed and unprefixed API. 2. A second `requestFullscreen()` call after the fullscreen transition is complete. In both cases it would make sense, IMHO, to resolve the fulfill the promise, in which case also firing `fullscreenerror` would be odd. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fullscreen/issues/17#issuecomment-131717441
Received on Monday, 17 August 2015 07:53:36 UTC