[Webkit-unassigned] [Bug 72281] Fix find on web pages with -webkit-user-select: none for Chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 21 03:14:08 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=72281





--- Comment #12 from Martin Kosiba <mkosiba at chromium.org>  2011-11-21 03:14:08 PST ---
Darin,
    My first patch only modified only Chromium WebFrameImpl, but Ryosuke suggested that I move some of this into WebCore so that we encapsulate the 'scroll into view' details from the port.
    I imagine Chrome and Safari have some duplication of code in the find implementations (btw. is the Safari find implementation in WebKit? I couldn't find it anywhere so I assume no). Ideally I'd like to move this in a direction that allows more sharing.
    I can remove the code that touches the markers and rename the method to findStringAndScrollIntoView, would that be better?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list