[Webkit-unassigned] [Bug 76317] REGRESSION(r103245): can't scroll left/up using scrollbar controls of overflowing elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 19 14:23:30 PST 2012


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


Tony Chang <tony at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[chromium] [linux] can't    |REGRESSION(r103245): can't
                   |scroll left/up using        |scroll left/up using
                   |scrollbar controls of       |scrollbar controls of
                   |overflowing elements        |overflowing elements
                 CC|                            |darin at apple.com,
                   |                            |kling at webkit.org




--- Comment #3 from Tony Chang <tony at chromium.org>  2012-01-19 14:23:29 PST ---
Ah, wrong again.  I was using an old build of the other browsers.  I'm now able to repro in Chromium Win and Safari Mac using ToT WebKit.  This is a regression caused by bug 74830.

ScrollAnimators are always created with an offset of (0,0), but not all ScrollableAreas start with an offset of (0,0).

Maybe we should always call scrollToOffsetWithoutAnimation if scrollOffset != 0, 0?

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