Bug 91186

Summary: webkitPointerLockElement returns null when pointer lock request is pending.
Product: WebKit Reporter: Vincent Scheib <scheib>
Component: New BugsAssignee: Vincent Scheib <scheib>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 84402    
Attachments:
Description Flags
Patch dglazkov: review+

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. ***