Bug Tracker

Modify

Ticket #3720 (closed bug: worksforme)

Opened 5 years ago

Last modified 5 years ago

default form submit event no triggered by submit() method

Reported by: pocheptsov Owned by: brandon
Priority: major Milestone: 1.3
Component: event Version: 1.2.6
Keywords: Cc:
Blocking: Blocked by:

Description

For example $("form:first").submit(); doesn't call the browser's default submit action on the matching first form. We can still submit form via DOM method for example $("form:first")[0].submit();

Check that $("form:first").submit() doesn't work in FF3, IE 6, IE 7.

Attachments

jquery_test.html Download (655 bytes) - added by davidserduke 5 years ago.
test case

Change History

Changed 5 years ago by davidserduke

test case

comment:1 Changed 5 years ago by davidserduke

  • need changed from Review to Test Case
  • Status changed from new to closed
  • Resolution set to worksforme

Worked fine for me in IE6, IE7, and FF2. If you try out this test case and it doesn't work feel free to reopen the ticket. Otherwise come up with your own test case that has a problem.

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.