[w3c/pointerlock] PointerLock request failing during Fullscreen transtion (#35)

We encountered [this bug](crbug.com/870405) on Mac Chromium that back-to-back call for fullscreen and pointer lock causes the latter to fail because Mac fullscreen animation is not complete during the pointer lock call.

To me, it seems logical that `requestPointerLock()` could fail for animating element, or more generally for any "changing" element (e.g. one being resized).

I understand that it could be platform/implementation specific, but the spec can at least have a note I think.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/pointerlock/issues/35

Received on Thursday, 16 August 2018 15:03:40 UTC