[Webkit-unassigned] [Bug 33851] New: ScrollView::platformVisibleContentRect returns incorrectly sized rectangle when includeScrollbars == true

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 19 11:33:23 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=33851

           Summary: ScrollView::platformVisibleContentRect returns
                    incorrectly sized rectangle when includeScrollbars ==
                    true
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dbates at webkit.org


For the Apple Mac port, the method ScrollView::platformVisibleContentRect
returns an incorrectly sized rectangle when includeScrollbars == true.

Moreover, the dimensions of this rectangle disagree with both the comment in
file ScrollView.h
<http://trac.webkit.org/browser/trunk/WebCore/platform/ScrollView.h?rev=53259#L112>
and the rectangle that would be returned by the method
ScrollView::visibleContentRect
<http://trac.webkit.org/browser/trunk/WebCore/platform/ScrollView.cpp?rev=53259#L182>
had the widget not been platform-specific (i.e. platformWidget() == false).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list