Skip to main content

Bug Tracker

Side navigation

#3720 closed bug (worksforme)

Opened December 16, 2008 08:56PM UTC

Closed December 18, 2008 05:47AM UTC

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:
Blocked by: Blocking:
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 (1)
  • jquery_test.html (0.6 KB) - added by davidserduke December 18, 2008 05:45AM UTC.

    test case

Change History (1)

Changed December 18, 2008 05:47AM UTC by davidserduke comment:1

need: ReviewTest Case
resolution: → worksforme
status: newclosed

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.