[Webkit-unassigned] [Bug 19974] getElementsByClassName not live enough ; )
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 22 04:12:13 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=19974
rik24d at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rik24d at gmail.com
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Keywords| |HasReduction
------- Comment #1 from rik24d at gmail.com 2008-10-22 04:12 PDT -------
Confirmed and even extended with this testcase.
http://software.hixie.ch/utilities/js/live-dom-viewer/?%3Cdiv%20class%3Dx%3E%3C%2Fdiv%3E%3Cdiv%20class%3Dx%3E%3C%2Fdiv%3E%3Cdiv%20class%3Dx%3E%3C%2Fdiv%3Ex%0A%3Cscript%3E%0A%20var%20elms%3Ddocument.getElementsByTagName('div')%3B%0A%20for(i%20%3D%200%3B%20i%20%3C%20elms.length%3B%20i%2B%2B)%20%7B%0A%20var%20elms2%20%3D%20document.getElementsByClassName('x')%3B%20%0A%20%20w(elms2.length)%3B%0A%20%20elms2%5Bi%5D.className%20%3D%20'xx'%3B%0A%20%7D%20%0A%3C%2Fscript%3E
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list