Side navigation
#1917 closed bug (fixed)
Opened November 13, 2007 07:50AM UTC
Closed March 17, 2008 03:19PM UTC
Last modified September 26, 2008 12:04AM UTC
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 (3)
Changed November 22, 2007 10:42AM UTC by comment:1
Changed March 17, 2008 03:19PM UTC by comment:2
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in [5060].
Changed September 26, 2008 12:04AM UTC by comment:3
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.
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