Opened 10 years ago
Closed 9 years ago
#6283 closed bug (invalid)
"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.
Change History (2)
comment:1 Changed 10 years ago by
need: | Review → Test Case |
---|
comment:2 Changed 9 years ago by
Priority: | → undecided |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Needs test case.
Note: See
TracTickets for help on using
tickets.
Can you attach a test case? Thanks.