#8042 closed bug (duplicate)
jQuery.data() should have better behavior when int overflows
Reported by: | embrangler | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | data | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When calling jQuery.data() on DOM attrs containing large integers, the result could be:
- a string (seems most convenient)
- undefined, NaN, etc.
At the very least, it shouldn't return something different from the string attr itself and pretend that it's returning what you expect.
Example: http://jsfiddle.net/GnJJS/1/
Change History (2)
comment:1 Changed 12 years ago by
Component: | unfiled → data |
---|---|
Milestone: | 1.next → 1.5 |
Priority: | undecided → high |
Resolution: | → duplicate |
Status: | new → closed |
comment:2 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
Duplicate of #7579.