[Webkit-unassigned] [Bug 14998] Full page zooming support
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 23 13:44:06 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=14998
george.wright at collabora.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #16010|0 |1
is obsolete| |
------- Comment #2 from george.wright at collabora.co.uk 2007-08-23 13:44 PDT -------
Created an attachment (id=16100)
--> (http://bugs.webkit.org/attachment.cgi?id=16100&action=view)
WebKit zooming
An update to the last patch which fixes a scrolling issue such that only a
small portion of the page re-renders when scrolled (transformations issue in
ScrollView::update()). Widgets now resize according to the scale factor, but
radio buttons don't seem to resize (their size is hardcoded?)
Implemented ChromeClient::scaleFactor() for GTK which returns the scale factor
set in pageData. Added GraphicsContext::translateSize() method to the cairo
implementation as coordinate transformations for points and distances are
different.
There are still issues with invalidating rects when hovering the mouse over
widgets.
--
Configure bugmail: http://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