[Webkit-unassigned] [Bug 15189] should support oninput event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 12 14:57:48 PDT 2007


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





------- Comment #2 from shadow2531 at gmail.com  2007-09-12 14:57 PDT -------
aside/fyi:

addEventListener("DOMControlValueChanged" will catch not only user-initiated
changes, but all changes including changes a script makes. See <
http://www.whatwg.org/specs/web-forms/current-work/#the-domcontrolvaluechanged
>. Opera is the only one that supports this so far though.

Since oninput is kind of like a user-initiated-filtered version of
DOMControlValueChanged, it *might* make sense to add DOMControlValueChanged and
oninput support at the same time.


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