Bug 164956

Summary: Unlock pointer lock when page goes into page cache.
Product: WebKit Reporter: Jeremy Jones <jeremyj-wk>
Component: WebCore Misc.Assignee: Jeremy Jones <jeremyj-wk>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   

Jeremy Jones
Reported 2016-11-18 14:22:38 PST
When the page Document goes into the page cache, the pointer lock must be unlocked.
Attachments
Jeremy Jones
Comment 1 2016-11-18 15:30:18 PST
The idea is something like this: Document::setPageCacheState(PageCacheState state) ... if (page) page->pointerLockController().requestPointerUnlock();
Jeremy Jones
Comment 2 2016-12-05 21:48:33 PST
*** This bug has been marked as a duplicate of bug 165425 ***
Note You need to log in before you can comment on or make changes to this bug.