#5135 closed enhancement (wontfix)
slider: minConstraint, maxConstraint, enforceConstraints
Reported by: | bluej100 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.slider | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
A Stack Overflow user was asking about how to include a progress bar in his slider, similar to a buffered playback control:
http://stackoverflow.com/questions/2204373/jquery-ui-slider-progressbar-effect/2204666#2204666
I've prepared a patch for ui.slider.js which visually demonstrates a constraint range and optionally enforces the constraint. Here's a demo:
http://devsandbox.nfshost.com/js/jquery-ui/development-bundle/demos/slider/constraints.html
Change History (5)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by
Component: | ui.core → ui.slider |
---|---|
Milestone: | TBD → 1.later |
comment:3 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:4 Changed 11 years ago by
Milestone: | 1.later → TBD |
---|
Note: See
TracTickets for help on using
tickets.
You can use progressbar and slider on the same element and get the visual feedback, then you would just need to enforce the constraints using the slide event.