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 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 sorting until the > mouse is dragged at least 1px. Do let us know if you're experiencing a > different issue than this fixes. Thanks. > > - Richard > > Richard D. Worthhttp://rdworth.org/ > > On Wed, Jun 25, 2008 at 9:42 AM, e2e <[EMAIL PROTECTED]> wrote: > > > Hi, > > I upgraded to jquery-ui 1.5 today. I use accordion style navigations > > and some other simple effects inside sortable boxs. But now other > > effects doesn't work. Even clicking a simple link returns false so > > links doesn't work. If I remove sortable everything works fine. > > > Is there any known problem with sortables?