Bug 23136 - Add Qt API for QWebFrame::scrollBarGeometry
Summary: Add Qt API for QWebFrame::scrollBarGeometry
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-06 10:11 PST by Adam Treat
Modified: 2009-01-07 07:36 PST (History)
0 users

See Also:


Attachments
Adds new method to QWebFrame for scrollBarGeometry (1.81 KB, patch)
2009-01-06 10:13 PST, Adam Treat
staikos: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Treat 2009-01-06 10:11:55 PST
Hi,

Attached you'll find a patch which adds the QWebFrame::scrollBarGeometry method.  This method simply returns the geometry for the frame's scrollbars.  In this way it is possible for client applications to actually calculate the visibleContents of the frame.

Cheers,
Adam
Comment 1 Adam Treat 2009-01-06 10:13:15 PST
Created attachment 26461 [details]
Adds new method to QWebFrame for scrollBarGeometry