[Webkit-unassigned] [Bug 49501] Removing an HTML node causes an earlier(!!) query to not see it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 13 16:10:58 PST 2010


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


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abarth at webkit.org




--- Comment #4 from Adam Barth <abarth at webkit.org>  2010-11-13 16:10:58 PST ---
I think getElementsByTagName is returning a live node list.  You're then modifying the node list.  The question is when we read the value of the node list to print.  With the inspector using an async API, I can see why this might occur after later than you expect.

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