Ticket #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: | ||
| Blocking: | Blocked by: |
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
Change History
comment:1 Changed 6 years ago by glenn
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
Changed 5 years ago by glenn
-
attachment
prevent-overlap-option-on-slider2.diff
added
New version with a change for IE.
comment:2 Changed 5 years ago by joern
- Status changed from new to closed
- Resolution set to fixed
Fixed in [5060].
comment:3 Changed 5 years ago by xmuskrat
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.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
