[Webkit-unassigned] [Bug 21842] custom constructors (like HTMLOptionElement) are not called during "new HTMLOptionElement"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Oct 25 08:19:23 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21842
------- Comment #4 from eric at webkit.org 2008-10-25 08:19 PDT -------
Ok. There is a valid bug here. But I will file a new one.
document.createElement("option").constructor == "[object
HTMLElementConstructor";
That seems wrong to me. Since that's the only HTMLElement "subclass" for which
that is true. That is due to the fact that HTMLOptionElement has a custom
constructor which is not wired up correctly.
--
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