Bug Tracker

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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
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

Change History (2)

comment:1 Changed 15 years ago by flesler

Resolution: invalid
Status: newclosed

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

comment:2 Changed 15 years ago by flesler

Cc: dmcghan flesler added
Component: unfilledevent
Note: See TracTickets for help on using tickets.