#8418 closed bug (fixed)
set name parameter using attr() method in IE 7
Reported by: | 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/
Change History (4)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
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: http://jsfiddle.net/rwaldron/zRFnz/5/
comment:4 Changed 12 years ago by
Milestone: | 1.next → 1.6 |
---|---|
Resolution: | → fixed |
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
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.