Bug 62667 - RenderLayer::maximumScrollPosition() is wrong
Summary: RenderLayer::maximumScrollPosition() is wrong
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
: 63664 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-06-14 15:31 PDT by Simon Fraser (smfr)
Modified: 2011-06-29 15:53 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.62 KB, patch)
2011-06-29 15:48 PDT, Anders Carlsson
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2011-06-14 15:31:51 PDT
RenderLayer::maximumScrollPosition() needs to subtract the layer size.
Comment 1 Anders Carlsson 2011-06-29 15:41:45 PDT
*** Bug 63664 has been marked as a duplicate of this bug. ***
Comment 2 Anders Carlsson 2011-06-29 15:48:09 PDT
Created attachment 99165 [details]
Patch
Comment 3 Simon Fraser (smfr) 2011-06-29 15:49:04 PDT
Comment on attachment 99165 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=99165&action=review

> Source/WebCore/ChangeLog:8
> +        No new tests. (OOPS!)

Remove this.
Comment 4 Anders Carlsson 2011-06-29 15:53:19 PDT
Committed r90058: <http://trac.webkit.org/changeset/90058>