Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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.
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.

Call submit on the form instead of trying to programmatically click a button.