[Webkit-unassigned] [Bug 23041] New: Add new API for visibleContents() to QWebFrame
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 30 13:11:12 PST 2008
https://bugs.webkit.org/show_bug.cgi?id=23041
Summary: Add new API for visibleContents() to QWebFrame
Product: WebKit
Version: 528+ (Nightly build)
Platform: Other
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: P2
Component: WebKit Qt
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: treat at kde.org
Hi,
Currently, QtWebKit lacks available API for determining the actual size of
visible contents in a QWebFrame. This is important for certain cases where the
size and placement of the scrollbars can become important especially when the
content is zoomed.
Attached is a patch which rectifies this by introduce a 'visibleContents()'
method which simply returns the QSize of the visible contents currently
displayed in the QWebFrame sans the scrollbars.
Cheers,
Adam
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list