Modify ↓
Ticket #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: | |
| Blocking: | Blocked by: |
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

