Side navigation
#3393 closed bug (invalid)
Opened September 22, 2008 08:54PM UTC
Closed September 22, 2008 09:02PM UTC
Last modified September 22, 2008 09:02PM UTC
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 |
Blocked by: | Blocking: |
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
The change event isn't triggered when changing the 'value' programatically.
Tried it on FF2, on a text input and a hidden. None reacted.