Bug 84176
Summary: | Relax ScrollView::adjustScrollPositionWithinRange in case constrainsScrollingToContentEdge is false | ||
---|---|---|---|
Product: | WebKit | Reporter: | Antonio Gomes <tonikitoo> |
Component: | Platform | Assignee: | Antonio Gomes <tonikitoo> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | andersca, kenneth |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Antonio Gomes
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Antonio Gomes
*** This bug has been marked as a duplicate of bug 84178 ***