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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 19 02:47:02 PDT 2008


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





------- Comment #9 from jon at jonemerson.net  2008-08-19 02:47 PDT -------
In our application, we render our pages off-screen before attaching them to the
document because in a couple popular browsers the performance of off-screen
(detached) DOM creation is an order of magnitude greater than on-screen
(attached) DOM creation.  Part of our rendering involves manually setting the
width and heights on certain elements to fill the screen.  (We do this manually
for cross-browser compatibility.)  If we can't know the margins of elements,
then we can't size other elements appropriately.

Please fix this bug!  Thanks.
Jon


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