Opened 13 years ago
Closed 12 years ago
#5901 closed bug (invalid)
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.
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | onchange-event.zip added |
---|
comment:1 Changed 13 years ago by
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Closing as per reporter request.
Note: See
TracTickets for help on using
tickets.
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