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
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
2 matches
Mail list logo