Side navigation
#8418 closed bug (fixed)
Opened March 02, 2011 03:39AM UTC
Closed April 15, 2011 03:02AM UTC
Last modified March 09, 2012 08:46AM UTC
set name parameter using attr() method in IE 7
Reported by: | pra_dar@yahoo.com | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | attributes | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Looks like attr("name","value") method is not working to set name attribute value in IE 7. It works fine in IE 8 and other browsers.
Test case: http://jsfiddle.net/zRFnz/3/
Attachments (0)
Change History (4)
Changed March 02, 2011 03:43AM UTC by comment:1
Changed March 10, 2011 06:31PM UTC by comment:2
component: | unfiled → attributes |
---|---|
priority: | undecided → high |
status: | new → open |
Confirmed. This is due to a long standing issue in jQuery with regard to the difference between html attributes and element props.
Improved test:
Changed March 10, 2011 06:32PM UTC by comment:3
Changed April 15, 2011 03:02AM UTC by comment:4
milestone: | 1.next → 1.6 |
---|---|
resolution: | → fixed |
status: | open → closed |
To provide more details on above ticket, somehow in IE 7 while setting name attribute it sets 'submitName' attribute and not 'name' attribute. Somehow IE 7 is not allowing to set name attribute dynamically.