Bug Tracker

Ticket #1464 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

setting css property to a NaN value will fail on explorer win

Reported by: fjen Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.2.2 Component: core
Version: 1.1.3 Keywords:
Cc: Needs: Review

Description

this fails on explorer (6 / winXP):

// assume variable aValue is NaN

$('someElement').css( { top: aValue } );

Attachments

Change History

Changed 1 year ago by brandon

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from 1.1.4 to 1.2.2

This works for me with jQuery 1.2.1

Note: See TracTickets for help on using tickets.