Opened 11 years ago
Closed 11 years ago
#11309 closed bug (fixed)
hexadecimal-formatted data-* attributes parsed incorrectly
Reported by: | gibson042 | Owned by: | sindresorhus |
---|---|---|---|
Priority: | low | Milestone: | 1.7.2 |
Component: | data | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Found while debating #11297.
Values matching /^0x[0-9a-f]+$/i
pass jQuery.isNumeric, but are returned from parseFloat as 0
, resulting in incorrect element data.
Change History (2)
comment:1 Changed 11 years ago by
Component: | unfiled → data |
---|---|
Owner: | set to sindresorhus |
Priority: | undecided → low |
Status: | new → assigned |
comment:2 Changed 11 years ago by
Milestone: | None → 1.7.2 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Pull request