[Webkit-unassigned] [Bug 61305] REGRESSION Content jumps around when find-in-page highlight drawn around text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 14 02:46:48 PST 2011


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





--- Comment #9 from Ben Wells <benwells at chromium.org>  2011-11-14 02:46:47 PST ---
(In reply to comment #8)
> Hm... so maybe we should not scroll in RenderLayer::scrollRectToVisible when the layer has overflow: hidden? Or that the caller should detect that case and not call it?
> 
> +enrica, +darin

That seems like the simplest solution, and if nobody objects I'll take a look at it.

I've been trying to see how to clip the selection rect, as it seems likely a change to the selection rect code triggered the problem.

After looking for a while I'm not sure if the selection rect calculation (in the selectionGaps, inlineSelectionGaps, blockSelectionGaps etc functions) is designed to clip to containing blocks with overflow: hidden; perhaps the change to that code fixed some other bug which uncovered this problem as a side effect.

-- 
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