[Webkit-unassigned] [Bug 21842] custom constructors (like HTMLOptionElement) are not called during "new HTMLOptionElement"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 23 19:02:32 PDT 2008


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


sam at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|Regression                  |




------- Comment #2 from sam at webkit.org  2008-10-23 19:02 PDT -------
I don't think that new HTMLOptionElement has ever worked.  The syntax is new
Option(), and that behavior is implemented in JSDOMWindowBase in
jsDOMWindowBaseOption() which uses the custom JSHTMLOptionElementConstructor
class.  We should see if mozilla supports the new HTMLOptionElement syntax and
move forward accordingly.


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