#1917 closed bug (fixed)
ui:Slider with multiple handles - problems with accessibility
Reported by: | restyler | Owned by: | stefan |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | interface | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
http://dev.jquery.com/view/trunk/ui/current/demos/ui.slider.html
Using multiple handlers' slider try to move right indicator to the right corner, and then move left indicator to the same right corner. You'll be unable to get the indicators back to work after that.
Attachments (2)
Change History (5)
Changed 15 years ago by
Attachment: | prevent-overlap-option-on-slider.diff added |
---|
comment:1 Changed 15 years ago by
Changed 15 years ago by
Attachment: | prevent-overlap-option-on-slider2.diff added |
---|
New version with a change for IE.
comment:3 Changed 14 years ago by
Why wouldn't this be default on? When is it ever a better UI experience to have it default to off? I can't think of a situation I'd want a handle behind another handle. I also can't find an example of anybody using that feature on any slider anywhere. It just isn't the way a slider works.
Note: See
TracTickets for help on using
tickets.
Hi, I added a new option when initializing a slider: preventOverlap. When using steps or stepping and set preventOverlap to true, you can't drag a handle ontop of another one, it stays at it's previous position.
I attach the patch for this.
/Glenn