- From: <bugzilla@jessica.w3.org>
- Date: Fri, 05 Oct 2012 23:56:04 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19297 --- Comment #6 from scheib@chromium.org 2012-10-05 23:56:03 UTC --- (In reply to comment #4) > Would be good to know what all cancels pointer lock in Chrome. > Does clicking anywhere outside the page's view port do it? It's hard to click outside the page's view when you have no mouse cursor. ;) No mouse gesture escapes. - ESC key. Normative from spec: - Any action which causes the browser tab to loose focus (such as alt-tab, ctrl-tab, windows key, mac key, a dialog pop-up). - Target element being removed from dom tree, and thus implicitly document removed or navigation. (In reply to comment #5) > Also, while pointer is locked, is it possible to use JS > to move the window which locked the pointer? It should be, no reason to specify that it should not that I can see. -- Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Friday, 5 October 2012 23:56:05 UTC