[Webkit-unassigned] [Bug 9278] Quirksmode: Properties of radio button arrays

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 2 00:06:06 PST 2009


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


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




------- Comment #3 from ap at webkit.org  2009-01-02 00:06 PDT -------
The problem here is that a new Collection object is created on each access to
HTMLFormElement.elements[name] - a more direct test would be

                radios[i].onclick = function () {
                        alert(this.form[this.name] === radios)
                }



*** This bug has been marked as a duplicate of 7976 ***


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