Opened 14 years ago
Closed 14 years ago
#4063 closed bug (fixed)
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: |
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Owner: | set to rdworth |
---|---|
Priority: | critical → blocker |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
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?