#2523 closed bug (fixed)
Sliders require child element that isn't generated
Reported by: | digitalspaghetti | Owned by: | joern |
---|---|---|---|
Priority: | blocker | Milestone: | 1.5 |
Component: | ui.core | Version: | 1.2.3 |
Keywords: | slider UI | Cc: | |
Blocked by: | Blocking: |
Description
Building the slider tests for the generic test suite, the tests fail due to the lack of a child element that is used as the handle.
The plugin does not auto-generate this handle, however this is required to allow creation of basic sliders.
See http://dev.jquery.com/view/trunk/ui/tests/uiTest.slider.html
Change History (5)
comment:1 Changed 15 years ago by
Owner: | changed from paul to joern |
---|
comment:2 Changed 15 years ago by
comment:5 Changed 14 years ago by
Milestone: | → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
I suggest to do it the following way:
handles: [{ start: 0, max: 0, min: 0 }, ..., ...]