Ticket #4680 (closed bug: worksforme)
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: | ||
| Blocking: | Blocked by: |
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.
Change History
comment:4 Changed 8 months ago by tj.vantoll
- Status changed from new to closed
- Resolution set to worksforme
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.