Search and Top Navigation
#3632 closed bug (worksforme)
Opened December 01, 2008 05:58PM UTC
Closed January 02, 2009 02:30PM UTC
Slider - if multiple sliders are created, values should be able to be changed for all of them
Reported by: | eric258 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.7 |
Component: | ui.slider | Version: | 1.6rc2 |
Keywords: | slider change updating moveTo | Cc: | |
Blocked by: | Blocking: |
Description
If I have two elements with class 'test', and I create a slider with $('.test').slider();, UI will create two sliders, and they will both work, except that they don't automatically update each other. When I try to manually update by targeting the change event and calling moveTo, I get recursion errors. There should be a way to manually update the value of all sliders that are created. Or, multiple sliders created with one $.slider call should be bound to each other and both sliders should move in tandem with one another.
Attachments (0)
Change History (1)
Changed January 02, 2009 02:30PM UTC by comment:1
milestone: | TBD → 1.6 |
---|---|
resolution: | → worksforme |
status: | new → closed |
This is not the intended behavior of any UI plugins. Instantiating multiple sliders with one call does not bind them together in any way. If you want to keep multiple sliders in sync, you have to do it manually using the callbacks. If you need help with that, please post to the jquery-ui group.