Re: [whatwg/fullscreen] requestFullscreen() + moving pending element can fire fullscreenerror but leave browser in fullscreen (#88)

That actually is "resize topLevelDoc’s viewport to its 'normal' dimensions" from "exit fullscreen".

Actually, it seems to me we need a "resize" variable in `requestFullscreen` algorithm as well, and do the resizing only when that is true, and we can call "resize ... to its 'normal' dimensions" when error happens in the "next animation frame task" and resize is true.

-- 
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/88#issuecomment-301770983

Received on Tuesday, 16 May 2017 12:47:12 UTC