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
When the page Document goes into the page cache, the pointer lock must be unlocked.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Jeremy Jones
The idea is something like this:
Document::setPageCacheState(PageCacheState state)
...
if (page)
page->pointerLockController().requestPointerUnlock();
Jeremy Jones
*** This bug has been marked as a duplicate of bug 165425 ***