[Webkit-unassigned] [Bug 14563] getComputedStyle() returns an empty style declaration for detached elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 7 10:43:20 PDT 2008


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





------- Comment #4 from jon at jonemerson.net  2008-08-07 10:43 PDT -------
Created an attachment (id=22698)
 --> (https://bugs.webkit.org/attachment.cgi?id=22698&action=view)
Example of the getComputedStyle bug

The attached HTML file exercises the bug.  In Firefox, you correctly get an
alert of '10px'.  In Safari, you get ''.  You can uncomment the appendChild
call to see that getComputedStyle acts as intended in both Firefox and Safari
if the element is appended to the document body.


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