[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
Sun Nov 14 11:57:37 PST 2010


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


Sam Weinig <sam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|HTML DOM                    |Web Inspector
                 CC|                            |sam at webkit.org,
                   |                            |timothy at apple.com




--- Comment #5 from Sam Weinig <sam at webkit.org>  2010-11-14 11:57:37 PST ---
This seems like an inspector bug and not a DOM bug.  If you log document.getElementsByTagName('ul').length instead of just document.getElementsByTagName('ul'), you will see that the first log has two elements and the second log as one element.

Changing component to Web Inspector.

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