[webkit-reviews] review requested: [Bug 18009] Full Page Zoom: Javascript co-ordinates off-set : [Attachment 20015] Patch that fixes a bunch of DOM methods

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 24 15:34:01 PDT 2008


Dave Hyatt <hyatt at apple.com> has asked	for review:
Bug 18009: Full Page Zoom: Javascript co-ordinates off-set
http://bugs.webkit.org/show_bug.cgi?id=18009

Attachment 20015: Patch that fixes a bunch of DOM methods
http://bugs.webkit.org/attachment.cgi?id=20015&action=edit

------- Additional Comments from Dave Hyatt <hyatt at apple.com>
This patch fixes all of the IE DOM extension methods (offset***, client***,
scroll***).  It makes sure that an object that changes zoom becomes an
offsetParent.  It also makes sure that all coords are adjusted back into
document space for return by the DOM, and it makes sure that scrollLeft/Top are
updated properly when the rendering space changes (thus keeping scrollLeft/Top
locked at the same position in document space).


More information about the webkit-reviews mailing list