[Webkit-unassigned] [Bug 33851] ScrollView::platformVisibleContentRect returns incorrectly sized rectangle when includeScrollbars == true
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 19 11:37:24 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33851
--- Comment #1 from Daniel Bates <dbates at webkit.org> 2010-01-19 11:37:24 PST ---
>From my understanding of the hierarchy of a NSScrollView (*), when
includeScrollbars == true, ScrollView::platformVisibleContentRect returns the
rectangle of the document within the content view of the scroll view. And this
rectangle has the same size as the rectangle returned by -[NSScrollView
documentVisibleRect] (i.e. the rectangle returned when includeScrollbars ==
false).
(*) See subsection Components of a Scroll View of section How Scroll Views Work
of the Scroll View Programming Guide for Cocoa
<http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/NSScrollViewGuide/Articles/Introduction.html#//apple_ref/doc/uid/TP40003460>
--
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