Skip to main content

Bug Tracker

Side navigation

#7699 closed bug (duplicate)

Opened December 03, 2010 08:48PM UTC

Closed December 03, 2010 09:01PM UTC

submit() will not submit a form with a submit input named 'submit'

Reported by: gmo Owned by:
Priority: undecided Milestone: 1.6
Component: unfiled Version: 1.4.4
Keywords: Cc:
Blocked by: Blocking:
Description

1. jQuery 1.4.4 min, others

2. Chrome 8.0.552.208 beta, Linux x86; Firefox 3.6.12, Linux x86.

Calling submit() on a form with <input type="submit" name="submit"> should submit the form, but does not. Changing the name attribute to anything else causes submit() to function properly.

http://is.gd/i9Prq for example

Attachments (0)
Change History (2)

Changed December 03, 2010 08:58PM UTC by danheberden comment:1

Changed December 03, 2010 09:01PM UTC by danheberden comment:2

resolution: → duplicate
status: newclosed

Duplicate of #1414, #6264