On Wed, Apr 1, 2009 at 6:29 PM, jake <[email protected]> wrote: > > Actually 2 problems here: > > 1) when the two handles overlap, clicking on right-hand side of the > slider trail does not move the right handle. User can only click on > the left-hand side first to separate the two handles then can the > right handle be moved.
This is a known issue: http://dev.jqueryui.com/ticket/3736 > > 2) when dragging the left handle towards right, it can't pass the > right handle. Can we make it a customizable option so the user can > control if this behaviour is allowed? (most of the time i think it > should be allowed for a better user experience) This is the default behavior when range is true. Otherwise handles are not related, so they can each go anywhere. You can achieve it though, by returning false in the slide event callback. Just compare ui.values[0] and ui.values[1]. - Richard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
