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   

Antonio Gomes
Reported 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.
Attachments
Antonio Gomes
Comment 1 2012-04-17 11:56:44 PDT
*** This bug has been marked as a duplicate of bug 84178 ***
Note You need to log in before you can comment on or make changes to this bug.