[webkit-reviews] review denied: [Bug 24107] Fixed elements have 0 as an offsetLeft property : [Attachment 27905] Modifies offsetTop/Left

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 26 15:41:35 PST 2009


Dave Hyatt <hyatt at apple.com> has denied Matt Pennig <pennig at apple.com>'s
request for review:
Bug 24107: Fixed elements have 0 as an offsetLeft property
https://bugs.webkit.org/show_bug.cgi?id=24107

Attachment 27905: Modifies offsetTop/Left
https://bugs.webkit.org/attachment.cgi?id=27905&action=review

------- Additional Comments from Dave Hyatt <hyatt at apple.com>
I'd like a root element test as well, since in theory that was broken also. Can
you add that please?  Make a test with <html> that is positioned:

<html style="position:absolute;border:10px solid
black;width:100px;height:100px;left:200px;top:200px"></html>

I'm betting we return 0 for left/top prior to your patch and that you just
fixed it.  Might want to double-check that the spec says the root element
should return the offset from the canvas origin also.


More information about the webkit-reviews mailing list