[Webkit-unassigned] [Bug 160379] Cannot traverse document.getElementsByTagName in sec.sogou.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 30 10:05:47 PDT 2016


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

Chris Dumez <cdumez at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bburg at apple.com,
                   |                            |joepeck at webkit.org

--- Comment #5 from Chris Dumez <cdumez at apple.com> ---
So the issue is not that we cannot traverse the HTMLCollection because:

for (var i = 0; i < elements.length; i = i + 1) { alert(elements[i]); }

displays 39 alert dialogs.

However, if I use console.log(), I see nothing in WebInspector.

This could be a WebInspector bug?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160730/9df79c52/attachment.html>


More information about the webkit-unassigned mailing list