Opened 12 years ago

Closed 11 years ago

#6750 closed bug (fixed)

IE8 problem with slider (animate: true; orientation: vertical)

Reported by: bigor Owned by:
Priority: minor Milestone: 1.8.7
Component: ui.slider Version: 1.8.7
Keywords: Cc:
Blocked by: Blocking:

Description

slider_filter_floor.slider({ range: true, min: 0, max: total - 1, step: 1, animate: true, orientation: 'vertical', slide: function(event, ui) { setFloorText(slider_filter_floor, ui); } });

if orientation is set to vertical and animate to true then next line od code does not work in IE slider_filter_floor.slider("values", 0, currentMin); this method calls jquery animate method and e.cur() returns 0, so start is NaN. In FF e.cur() returns 1 and everything works ok.

animate: function( prop, speed, easing, callback ) { ...

jQuery.style( self, name, (end start = ((end
1) + unit);
1) / e.cur()) * start;

jQuery.style( self, name, start + unit); ...

Change History (2)

comment:1 Changed 12 years ago by Scott González

Status: newopen

Filed a bug against jQuery core: http://bugs.jquery.com/ticket/8158

comment:2 Changed 11 years ago by Scott González

Milestone: 1.91.8.7
Resolution: fixed
Status: openclosed

This is fixed in core.

Note: See TracTickets for help on using tickets.