[Webkit-unassigned] [Bug 6908] REGRESSION: Replacing existing <option> shuffles it to the end of the list

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Feb 2 09:51:01 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=6908


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |EasyFix




------- Comment #5 from darin at apple.com  2006-02-02 09:51 PDT -------
The problem is caused by the fact that KJS::HTMLSelectCollection::put relies on
the "options" collection, which is not implemented. In fact, the binding for
"options" calls optionsHTMLCollection() instead of options().

This particular bug can almost certainly be fixed just by changing the function
call inside KJS::HTMLSelectCollection::put from options() to
optionsHTMLCollection(). I tried it and it seems to work.


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