Ticket #3393 (closed bug: invalid)
Change event not firing...
| Reported by: | dmcghan | Owned by: | flesler |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | event | Version: | 1.2.6 |
| Keywords: | event | Cc: | dmcghan, flesler |
| Blocking: | Blocked by: |
Description
Hello,
I put a listener on a page item and when the item's value changes, the event does not seem to fire.
The item is a hidden input item and it's being updated by a child page that's popped up to allow a user to select a value. When the selection is made, JavaScript on the child page updates the hidden item on the parent page and then the child page closes. I don't know when jQuery's change event does not fire here but I've tested an inline onChange="javascript:alert('Changed...')" and it worked fine.
Thanks in advance for any help one this.
Regards, Dan
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.

The change event isn't triggered when changing the 'value' programatically. Tried it on FF2, on a text input and a hidden. None reacted.