Side navigation
#8255 closed bug (fixed)
Opened February 11, 2011 11:32PM UTC
Closed April 10, 2011 08:03PM UTC
Last modified April 19, 2011 01:46PM UTC
support for list attribute
Reported by: | trixta@trixta.de | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.6 |
Component: | attributes | Version: | 1.5.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
list IDL attribute is supposed to be readonly. If an author wants to change the list attribute. He has to modify the content attribute.
I have created a demo:
http://jsfiddle.net/trixta/D7YFx/
The attribute can't be changed in Safari 5.0.3 or FF4beta10.
I have also created a patch/pullrequest, wich adds the list attribute to the special treated attributes, like src/href (getAttribute('list', 2) doesn't hurt in ie).
You find the pullrequest @https://github.com/jquery/jquery/pull/213
And a discussion @ http://forum.jquery.com/topic/support-for-list-attribute-small-patch (currently not that usefull :-) ).
Attachments (0)
Change History (5)
Changed February 12, 2011 12:19AM UTC by comment:1
component: | unfiled → attributes |
---|---|
priority: | undecided → low |
Changed February 12, 2011 06:14PM UTC by comment:2
keywords: | → needsreview |
---|
Changed February 12, 2011 06:56PM UTC by comment:3
updated pull request
Changed April 10, 2011 08:03PM UTC by comment:4
keywords: | needsreview |
---|---|
milestone: | 1.next → 1.6 |
resolution: | → fixed |
status: | new → closed |
version: | 1.5 → 1.5.2 |