Summary: | Hit testing is misplaced when selecting on wikipedia page | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Enrica Casucci <enrica> | ||||||
Component: | WebKit2 | Assignee: | Enrica Casucci <enrica> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | ||||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | iOS 8.0 | ||||||||
Attachments: |
|
Description
Enrica Casucci
2015-02-09 15:42:34 PST
Created attachment 246301 [details]
Patch
Comment on attachment 246301 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=246301&action=review > Source/WebKit2/WebProcess/WebPage/WebPage.cpp:4553 > + m_assistedNode = 0; nullptr. Higher up is a if (!frame->isMainFrame()) return; check so what if the assisted node is in a subframe? I still think we should do this on teardown/caching of the previous document, not the loading of the new one. Created attachment 246343 [details]
Patch2
|