[Webkit-unassigned] [Bug 17184] New: NodeList objects can't have properties added to them

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 5 12:52:48 PST 2008


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

           Summary: NodeList objects can't have properties added to them
           Product: WebKit
           Version: 523.x (Safari 3)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rboucher at gmail.com


The NodeList object, which is returned by element.childNodes, among other
things, cannot have properties assigned to it.  It also doesn't have any of the
built in array functions.  

Firefox (and I believe Internet Explorer, but cannot test right this moment)
supports adding aribtrary properties to the objects returned by
element.childNodes, as well as the built in array functions on those objects.  

This is related to the following two bugs:
http://bugs.webkit.org/show_bug.cgi?id=8080
http://bugs.webkit.org/show_bug.cgi?id=7967

These bugs note that it doesn't respond to for..in, and that similarly
Collections returned from a form element can't have properties set.


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