Ticket #3650 (closed enhancement: fixed)
Slider: Update markup to new UI CSS Framework specs
| Reported by: | joern.zaefferer | Owned by: | rdworth |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.7 |
| Component: | ui.slider | Version: | 1.6rc2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
The new jQuery UI CSS Framework was finalized and will be in 1.6rc3. The appropriate changes need to made to the plugin. For markup reference, see
http://jquery-ui.googlecode.com/svn/trunk/tests/static/slider.html
Change History
comment:3 Changed 4 years ago by fg.maggie
Static code updated to include:
- "ui-slider-horizontal" class on hz slider
- slider handles are centered over range start and end points
See latest version: http://jquery-ui.googlecode.com/svn/trunk/tests/static/slider.html
Note: See
TracTickets for help on using
tickets.


When you integrate, make sure that the range elements (.ui-slider-range) do not have "position: absolute" specified as an inline style -- as of today this is covered in the CSS for this widget.