Side navigation
#6283 closed bug (invalid)
Opened March 14, 2010 10:51PM UTC
Closed October 02, 2010 01:58PM UTC
"change" event is browser dependent
Reported by: | HTD | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4.3 |
Component: | event | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
"change" event should be fired if element value (or selected / checked option) changed. It is not. For "select" element the event is fired properly only under Opera. For all other browsers event is fired only if the option is clicked with mouse, not fired when selected with arrow keys, which is plain wrong and forces ugly workarounds like browser detection in user code.
Can you attach a test case? Thanks.