[Webkit-unassigned] [Bug 17137] for loop index is undefined when using 'in'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 1 08:19:55 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17137


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrowe at apple.com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




------- Comment #1 from mrowe at apple.com  2008-02-01 08:19 PDT -------
The problem is that iterating over document.styleSheets only returns "item" and
"length", not the numeric indices.  In Firefox it returns the numeric indices
followed by "item" and "length".


-- 
Configure bugmail: http://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