Opened 15 years ago
Closed 15 years ago
#1464 closed bug (fixed)
setting css property to a NaN value will fail on explorer win
Reported by: | fjen | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | core | Version: | 1.1.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
this fails on explorer (6 / winXP):
assume variable aValue is NaN
$('someElement').css( { top: aValue } );
Change History (1)
comment:1 Changed 15 years ago by
Milestone: | 1.1.4 → 1.2.2 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This works for me with jQuery 1.2.1