Search and Top Navigation
#3650 closed enhancement (fixed)
Opened December 09, 2008 01:29PM UTC
Closed December 23, 2008 02:35PM UTC
Slider: Update markup to new UI CSS Framework specs
Reported by: | jzaefferer | Owned by: | rdworth |
---|---|---|---|
Priority: | blocker | Milestone: | 1.7 |
Component: | ui.slider | Version: | 1.6rc2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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
Attachments (0)
Change History (4)
Changed December 11, 2008 05:34PM UTC by comment:1
Changed December 12, 2008 01:28PM UTC by comment:2
owner: | → rdworth |
---|---|
status: | new → assigned |
Changed December 12, 2008 03:51PM UTC by comment:3
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
Changed December 23, 2008 02:35PM UTC by comment:4
resolution: | → fixed |
---|---|
status: | assigned → closed |
Fixed in [1230]
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.