Bug 84176 - Relax ScrollView::adjustScrollPositionWithinRange in case constrainsScrollingToContentEdge is false
Summary: Relax ScrollView::adjustScrollPositionWithinRange in case constrainsScrolling...
Status: RESOLVED DUPLICATE of bug 84178
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antonio Gomes
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-17 11:53 PDT by Antonio Gomes
Modified: 2012-04-17 11:56 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***