Skip to main content

Bug Tracker

Side navigation

#7767 closed bug (wontfix)

Opened December 13, 2010 10:06PM UTC

Closed December 14, 2010 06:29AM UTC

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.

http://jsfiddle.net/GSgUF/

Attachments (0)
Change History (1)

Changed December 14, 2010 06:29AM UTC by snover comment:1

resolution: → wontfix
status: newclosed

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