Bug Tracker

Modify

Ticket #1917 (closed bug: fixed)

Opened 6 years ago

Last modified 5 years ago

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

prevent-overlap-option-on-slider.diff Download (2.6 KB) - added by glenn 6 years ago.
prevent-overlap-option-on-slider2.diff Download (2.6 KB) - added by glenn 5 years ago.
New version with a change for IE.

Change History

Changed 6 years ago by glenn

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

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.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.