[Webkit-unassigned] [Bug 38286] Need to call FrameView::scrollPositionChanged when changing the scroll position when the ScrollView does not have a platformWidget

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 28 17:33:29 PDT 2010


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


James Robinson <jamesr at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #54628|0                           |1
        is obsolete|                            |




--- Comment #6 from James Robinson <jamesr at chromium.org>  2010-04-28 17:33:29 PST ---
(From update of attachment 54628)
This patch is wrong, it doesn't handle scrolls driven by the keyboard (down
arrow or page down) since they go through ScrollView::scroll() and not
setScrollPosition().  I'll upload a new patch with a test for this momentarily
and also address Darin's feedback.

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