[Webkit-unassigned] [Bug 46761] Remove calls to Document::updateStyleForAllDocuments()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 18 11:43:41 PST 2011


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





--- Comment #8 from Dave Hyatt <hyatt at apple.com>  2011-01-18 11:43:40 PST ---
I would have thought that the two nodes would get lazyAttached, which means neither should have their renderer when you finish running the script.  If lazyAttach was being defeated somehow, then yes, you'd make the renderer for the text node first, since the br wouldn't even exist yet.  Then having the extra renderer would be expected.

So I guess what you should investigate is if lazyAttach is happening for the two nodes, and if it is, why is the text node getting attached before the br?

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