Bug 40034 - WebFrame::paintDocumentRectToContextAtPoint doesn't paint scrollbars
Summary: WebFrame::paintDocumentRectToContextAtPoint doesn't paint scrollbars
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Alice Liu
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-06-01 17:58 PDT by Alice Liu
Modified: 2010-06-04 17:11 PDT (History)
0 users

See Also:


Attachments
patch (1.31 KB, patch)
2010-06-04 14:53 PDT, Alice Liu
no flags Details | Formatted Diff | Diff
patch that also renames (5.41 KB, patch)
2010-06-04 15:50 PDT, Alice Liu
jhoneycutt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alice Liu 2010-06-01 17:58:52 PDT
WebFrame::paintDocumentRectToContextAtPoint doesn't paint scrollbars, and I think it should.  Otherwise calling this function with a region the same size as the webview will result in a blank unpainted space where the scrollbars would have been. 

<rdar://problem/7799848>
Comment 1 Alice Liu 2010-06-04 14:53:02 PDT
Created attachment 57920 [details]
patch
Comment 2 Alice Liu 2010-06-04 15:50:21 PDT
Created attachment 57923 [details]
patch that also renames
Comment 3 Jon Honeycutt 2010-06-04 16:55:44 PDT
Comment on attachment 57923 [details]
patch that also renames

r=me
Comment 4 Alice Liu 2010-06-04 17:11:19 PDT
http://trac.webkit.org/changeset/60722