Search and Top Navigation
#4680 closed bug (worksforme)
Opened July 14, 2009 12:34PM UTC
Closed October 15, 2012 08:23PM UTC
Slider overflow in Internet Explorer with slide function
Reported by: | riverguardian | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.11.0 |
Component: | ui.slider | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I've noticed a difference in the way Internet Explorer handles vertical sliders. This is also promulgated by a declaration of DOCTYPE.
Examples:
1) Problem in IE, good in Firefox, with slide: function
http://www.rioleo.org/dev/fast/slider/slider.html
2) No slide: function, good in IE, good in Firefox
http://www.rioleo.org/dev/fast/slider-sans/slider.html
3) No DOCTYPE, with slide:function sort of good in IE, good in Firefox
http://www.rioleo.org/dev/fast/slider-doctype/slider.html
All source files are current.
Attachments (0)
Change History (4)
Changed July 14, 2009 01:00PM UTC by comment:1
Changed November 17, 2009 03:13PM UTC by comment:2
milestone: | TBD → 1.8 |
---|
Changed October 11, 2012 02:53PM UTC by comment:3
milestone: | 1.9.0 → 1.11.0 |
---|
Changed October 15, 2012 08:23PM UTC by comment:4
resolution: | → worksforme |
---|---|
status: | new → closed |
The links in the description of this ticket are now broken. The default jQuery UI vertical slider looks fine with the slide method in IE (tested versions 7 - 10) in 1.9 - http://jsfiddle.net/tj_vantoll/cH54p/ and 1.7.3 - http://jsfiddle.net/tj_vantoll/cH54p/1/.
Furthermore, jQuery and jQuery UI do not support quirks mode. Closing as worksforme.
A temporary fix is to wrap the slider with a fixed width and height.