Side navigation
#5901 closed bug (invalid)
Opened January 22, 2010 04:12PM UTC
Closed November 19, 2010 10:04PM UTC
onchange event fires without any change made to the input element
Reported by: | sircuri | Owned by: | brandon |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | event | Version: | 1.4 |
Keywords: | onchange,event | Cc: | |
Blocked by: | Blocking: |
Description
It seems that in JQuery 1.4 an initially prefilled input text element with the onchange event handler attached always fires the event 'onchange'. An empty text element however does not fire the onchange event.
Attached an HTML file and the used jquery library to reproduce the issue. The HTML file contains a detailed description of the steps to reproduce the issue.
JQuery 1.3.2 does not show this problem.
I overlooked the other issues about the onchange event. I think this one can be either removed as duplicate or merged with the previous bug about the onchange event