Bug 91186 - webkitPointerLockElement returns null when pointer lock request is pending.
Summary: webkitPointerLockElement returns null when pointer lock request is pending.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Vincent Scheib
URL:
Keywords:
: 97722 (view as bug list)
Depends on:
Blocks: 84402
  Show dependency treegraph
 
Reported: 2012-07-12 20:17 PDT by Vincent Scheib
Modified: 2012-10-01 12:29 PDT (History)
1 user (show)

See Also:


Attachments
Patch (11.48 KB, patch)
2012-09-04 15:50 PDT, Vincent Scheib
dglazkov: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent Scheib 2012-07-12 20:17:58 PDT
After calling element.webkitRequestPointerLock, document.webkitPointerLockElement must be null until the pointer actually is locked and a webkitpointerlockchange event is dispatched.
Comment 1 Vincent Scheib 2012-09-04 15:50:50 PDT
Created attachment 162115 [details]
Patch
Comment 2 Vincent Scheib 2012-09-05 10:31:03 PDT
Committed r127606: <http://trac.webkit.org/changeset/127606>
Comment 3 Vincent Scheib 2012-10-01 12:29:34 PDT
*** Bug 97722 has been marked as a duplicate of this bug. ***