#7674 closed bug (duplicate)
Onchange event fires twice
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.5 |
Component: | event | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When I have, for exemple, a SELECT element with hard-coded onchange (inside the HTML tag), and if I add an additional function to run on change event (with the JQuery .change(function(){}) method), then the hard-coded function is run twice ...
Change History (5)
comment:1 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
I'm sorry, I should have specified that the bug occurs on Internet Explorer 8.
I used your test case and the bug is reproduced !!!
By the way, the HTML field on jsFiddle can not be edited on IE8 ...
comment:3 Changed 12 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
comment:4 Changed 12 years ago by
Component: | unfiled → event |
---|---|
Milestone: | 1.next → 1.5 |
Priority: | undecided → low |
Resolution: | → duplicate |
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
Thanks for taking the time to contribute to the jQuery project by writing a bug report!
I can't reproduce what you are describing with this test case. So I guess there is some other problem in your code.
If you think this ticket was closed incorrectly, feel free to report back and submit a reduced test case, which reproduces the issue you are experiencing, on http://jsfiddle.net.
How to report bugs