[Webkit-unassigned] [Bug 69220] Fix FrameView::scrollElementToRect to take already scrolled amount into consideration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 2 08:51:02 PDT 2011


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





--- Comment #6 from sadrul at chromium.org  2011-10-02 08:51:01 PST ---
(In reply to comment #5)
> (From update of attachment 109415 [details])
> The really should be using FrameView::scrollTo, rather than scrollBy so that it's no longer relative.

I considered switching from scrollBy to setScrollPosition (ScrollView::scrollTo has a NOTE recommending not to be used), but I am not entirely sure they have the exact same behaviour, so I decided to keep the same function, and fix the position instead.

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