I have found more information on this:

The problem only occurs if the user does not change the sort order
before canceling it (i.e. User clicks sort button to enable sorting.
User then decides not to sort the item and clicks the cancel button
without changing anything).  This will throw the error.  If the user
changes the sort order and then clicks cancel, it works fine.


On Dec 22, 2:57 pm, Chris Hampton <[email protected]> wrote:
> It's 3839.
>
> http://dev.jqueryui.com/ticket/3839
>
> Thanks
>
> On Dec 22, 2:55 pm, "Richard D. Worth" <[email protected]> wrote:
>
> > Can you please reference a ticket number, so we can reopen it? Thanks.
>
> > - Richard
>
> > On Tue, Dec 22, 2009 at 2:24 PM, Chris Hampton
> > <[email protected]>wrote:
>
> > > I know this error was supposed to be fixed in 1.6 RC5, but I'm still
> > > having it.  Here's the code if it will help:
>
> > > $('#lnkCancelActivityAttributeSortOrder').click(function() {
> > >                $('#ulActivityAttributes').sortable('cancel');
> > >                $('.liAttributeItem').removeClass('sortableAttributeItem');
> > >                $('#lnkSortActivityAttributes').show();
> > >                $('#lnkSaveActivityAttributeSortOrder').hide();
> > >                $('#lnkCancelActivityAttributeSortOrder').hide();
> > >        });
>
> > > I have re-downloaded 1.7.2 and overwritten all the files, to no avail.
>
> > > Thanks
>
> > > --
>
> > > 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]<jquery-ui%[email protected]>
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/jquery-ui?hl=en.

--

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.


Reply via email to