[Webkit-unassigned] [Bug 13448] REGRESSION: setting an input element's value to JavaScript null gives "null"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 22 12:19:53 PDT 2007


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


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adele at apple.com




------- Comment #3 from darin at apple.com  2007-04-22 12:19 PDT -------
This is actually a bug in the HTML DOM bindings. We have keywords that
translate null values into strings with various rules, but I couldn't
immediately find the appropriate one to use in HTMLInputElement.idl to fix
this. The ones for properties seem to focus on the getter side rather than the
setter side.

Somehow we overlooked this when converting HTMLInputElement to auto-generated
DOM. The old hand-written DOM binding must have handled this.


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