Side navigation
#7674 closed bug (duplicate)
Opened December 01, 2010 11:46AM UTC
Closed December 01, 2010 04:30PM UTC
Last modified March 09, 2012 02:18AM UTC
Onchange event fires twice
Reported by: | jeff@zlika.com | 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 ...
Attachments (0)
Change History (5)
Changed December 01, 2010 12:06PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Changed December 01, 2010 03:59PM UTC by comment:2
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 ...
Changed December 01, 2010 04:30PM UTC by comment:3
resolution: | invalid |
---|---|
status: | closed → reopened |
Changed December 01, 2010 04:30PM UTC by comment:4
component: | unfiled → event |
---|---|
milestone: | 1.next → 1.5 |
priority: | undecided → low |
resolution: | → duplicate |
status: | reopened → closed |
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