Bug 88577 - Search highlight does not scroll with the content of the page, and find overlay doesn't work, on large-enough window
Summary: Search highlight does not scroll with the content of the page, and find overl...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-07 14:31 PDT by Anders Carlsson
Modified: 2012-06-07 15:08 PDT (History)
0 users

See Also:


Attachments
Patch (1.90 KB, patch)
2012-06-07 14:32 PDT, Anders Carlsson
sullivan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2012-06-07 14:31:06 PDT
Search highlight does not scroll with the content of the page, and find overlay doesn't work, on large-enough window
Comment 1 Anders Carlsson 2012-06-07 14:32:11 PDT
Created attachment 146391 [details]
Patch
Comment 2 John Sullivan 2012-06-07 14:36:03 PDT
Comment on attachment 146391 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=146391&action=review

> Source/WebKit2/WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm:419
> +    static_cast<GraphicsLayerCA*>(m_pageOverlayLayer.get())->setAllowTiledLayer(false);

I think this would benefit from a comment explaining why it is necessary.
Comment 3 Anders Carlsson 2012-06-07 15:08:48 PDT
Committed r119758: <http://trac.webkit.org/changeset/119758>