Bug Tracker

Modify

Ticket #7767 (closed bug: wontfix)

Opened 2 years ago

Last modified 2 years ago

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.

 http://jsfiddle.net/GSgUF/

Change History

comment:1 Changed 2 years ago by snover

  • Status changed from new to closed
  • Resolution set to wontfix

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.