[jQuery] Re: Sortable blocks all other events

2008-06-26 Thread e2e
Thank you. I've already solved my problem by adding "handle" to sortable options. Your solution worked too. I'll use it for other areas where I can't set a handle. Thanks again... On Jun 25, 6:52 pm, "Richard D. Worth" <[EMAIL PROTECTED]> wrote: > This has been fixed in svn and will be in the n

[jQuery] Re: Sortable blocks all other events

2008-06-25 Thread Richard D. Worth
This has been fixed in svn and will be in the next release (1.5.1, due tomorrow). The work-around for 1.5 is to set the distance option to a value greater than 0 (in 1.5.1 the default is 1). Example: $("#myList").sortable({ distance: 1 }); This will allow clicks to go through, and won't start s