Bug 84176

Summary: Relax ScrollView::adjustScrollPositionWithinRange in case constrainsScrollingToContentEdge is false
Product: WebKit Reporter: Antonio Gomes <tonikitoo>
Component: PlatformAssignee: Antonio Gomes <tonikitoo>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: andersca, kenneth
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Antonio Gomes 2012-04-17 11:53:22 PDT
Right now, when a port has delegatesScrolling set to FALSE, and constrainsScrollingToContentEdge set to TRUE (i.e. it acceptes over scrolled position), calling ScrollView::setScrollPosition with an overscrolled position still gets the position clamped to the content size edges.

We could relax ::adjustScrollPositionWithinRange in that sense.
Comment 1 Antonio Gomes 2012-04-17 11:56:44 PDT

*** This bug has been marked as a duplicate of bug 84178 ***