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
Working test case: http://jsfiddle.net/danheberden/fg592/