Opened 14 years ago
Closed 10 years ago
#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: | ||
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.
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 13 years ago by
Milestone: | TBD → 1.8 |
---|
comment:3 Changed 10 years ago by
Milestone: | 1.9.0 → 1.11.0 |
---|
comment:4 Changed 10 years ago by
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.