[Webkit-unassigned] [Bug 24516] onchange event on form doesn't fire (or bubble up)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 12 01:38:29 PDT 2009


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


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




------- Comment #2 from ap at webkit.org  2009-03-12 01:38 PDT -------
This event does bubble in WebKit, but you need to add a handler with
addEventHandler, not with onchange attribute.

Note that per DOM 2 Events spec, "This event is valid for INPUT, SELECT, and
TEXTAREA. element.<...> Bubbles: Yes" My interpretation of this is that WebKit
behavior fully matches the standard.

Per
<http://www.johnvey.com/blog/2007/07/ie-does-not-bubble-form-select-element-onchange-events>,
this event doesn't bubble in Internet Explorer, so not matching Firefox is
unlikely to be a compatibility issue for WebKit.

Please feel free to re-open the bug if you disagree.


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