[Webkit-unassigned] [Bug 31262] Handle queries within an isolated layout subtree independently from the rest of the DOM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 12 15:32:43 PST 2009


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


James Robinson <jamesr at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |jamesr at chromium.org
                   |kit.org                     |




--- Comment #1 from James Robinson <jamesr at chromium.org>  2009-11-12 15:32:42 PST ---
Created an attachment (id=43107)
 --> (https://bugs.webkit.org/attachment.cgi?id=43107)
Test case where unnecessary layout is forced for an offsetHeight query

This shows one case to optimize - change is made in the DOM and then
offsetHeight is queried for an element that is a child of a layout boundary. 
Layout then happens for the entire document even though the changed region has
no influence on the offsetHeight result.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list