Bug 82101

Summary: WKPageFindString() should not search hidden elements
Product: WebKit Reporter: Jeff Miller <jeffm>
Component: HTML EditingAssignee: Enrica Casucci <enrica>
Status: NEW ---    
Severity: Normal CC: jeffm, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
See Also: https://bugs.webkit.org/show_bug.cgi?id=158395

Description Jeff Miller 2012-03-23 16:16:51 PDT
WKPageFindString() should not attempt to find the string in hidden elements, e.g. frames with display:none. I believe this is the root cause of <rdar://problem/11112833>.

I'm guessing this can be fixed in Page::findString() in WebCore.
Comment 1 Radar WebKit Bug Importer 2012-03-23 16:17:23 PDT
<rdar://problem/11112988>