Skip to main content

Search and Top Navigation

#4063 closed bug (fixed)

Opened February 05, 2009 06:37AM UTC

Closed February 28, 2009 08:45PM UTC

slider: horizontal slider handle jumps up when you click on it IE6

Reported by: rdworth Owned by: rdworth
Priority: blocker Milestone: 1.7
Component: ui.slider Version: 1.6rc6
Keywords: Cc:
Blocked by: Blocking:
Description

In IE6 when you click on a horizontal slider handle, it jumps to the left. Click again, and it jumps again.

Expected behavior: one mousedown, the handle shouldn't move. See #3972 and #4062

Attachments (0)
Change History (3)

Changed February 17, 2009 02:01PM UTC by paul comment:1

The reason for this is that we subtract 'marginLeft' from the offset on line 200, but in IE, it doesn't return a computed 'px' value but the original 'em' value. Anyone have an idea how to handle this?

Changed February 18, 2009 06:25PM UTC by rdworth comment:2

owner: → rdworth
priority: criticalblocker
status: newassigned

Changed February 28, 2009 08:45PM UTC by rdworth comment:3

resolution: → fixed
status: assignedclosed

Fixed in r2151