Opened 12 years ago
Closed 12 years ago
#7767 closed bug (wontfix)
live 'submit' not triggered in Firefox with programatic click on submit button.
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.6 |
Component: | unfiled | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When programatically clicking a 'submit' element on a form, the form's 'submit' event is not being triggered. Seems to work OK in IE 7 and IE 8, but is failing in Firefox 3.6.13.
Example here -- Save button displays both alerts as expected. Test button does not display the form submit message.
Note: See
TracTickets for help on using
tickets.
Call submit on the form instead of trying to programmatically click a button.