[Webkit-unassigned] [Bug 24107] Fixed elements have 0 as an offsetLeft property

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


https://bugs.webkit.org/show_bug.cgi?id=24107


hyatt at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #27905|review?                     |review-
               Flag|                            |




------- Comment #4 from hyatt at apple.com  2009-02-26 15:41 PDT -------
(From update of attachment 27905)
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.


-- 
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