Ticket #4680 (closed bug: worksforme)

Opened 4 years ago

Last modified 8 months ago

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:1 Changed 4 years ago by riverguardian

A temporary fix is to wrap the slider with a fixed width and height.

comment:2 Changed 4 years ago by joern.zaefferer

  • Milestone changed from TBD to 1.8

comment:3 Changed 8 months ago by scott.gonzalez

  • Milestone changed from 1.9.0 to 1.11.0

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.

Note: See TracTickets for help on using tickets.