#9318 closed bug (fixed)
Calling data on a jQuery object with HTML5 data attributes has strange behaviour with if attribute names contain numbers.
Reported by: | Owned by: | Rick Waldron | |
---|---|---|---|
Priority: | high | Milestone: | 1.6.3 |
Component: | data | Version: | 1.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
test case - http://jsfiddle.net/BRv6U/1/
If any of the data attributes have numbers separated by hyphens they are missing from the returned object of data attributes.
Have been able to reproduce this bug in Chrome 13, FireFox 4. Safari 5.0.5 on OS X 10.6.7
Change History (6)
comment:1 Changed 12 years ago by
Component: | unfiled → data |
---|---|
Owner: | set to Rick Waldron |
Priority: | undecided → high |
Status: | new → assigned |
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Merge pull request #456 from rwldrn/9318
Improves support for arbitrary numbers in data keys. Fixes #9318
Changeset: b22c9046529852c7ce567df13397849e11e2b9cc
comment:6 Changed 12 years ago by
Milestone: | 1.next → 1.6.3 |
---|
Note: See
TracTickets for help on using
tickets.
Confirmed.