RESOLVED DUPLICATE of bug 165425164956
Unlock pointer lock when page goes into page cache.
https://bugs.webkit.org/show_bug.cgi?id=164956
Summary Unlock pointer lock when page goes into page cache.
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.