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: |
Attachments (0)
Change History (3)
Changed February 17, 2009 02:01PM UTC by comment:1
Changed February 18, 2009 06:25PM UTC by comment:2
owner: | → rdworth |
---|---|
priority: | critical → blocker |
status: | new → assigned |
Changed February 28, 2009 08:45PM UTC by comment:3
resolution: | → fixed |
---|---|
status: | assigned → closed |
Fixed in r2151
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?