Looks like you've found a bug. It seems it depends on how many handles, and which handle(s). I just played around a bit with two handles and three handles. I'm definitely getting unexpected results. I'll dig into this. Thanks.
- Richard On Thu, Apr 2, 2009 at 5:44 PM, jake <[email protected]> wrote: > > > > 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]. > > > > Thanks for replying Richard. > > but I set range to false and return false in the slide event handler, > handles still can't be dragged pass each other. any idea? > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
