Re: [jquery-ui] Re: Sortable bug in IE? Any solution

2009-10-30 Thread Cyril Lopez
2009/10/29 Titkov Anton elsoft.to...@gmail.com I'm think tah bug connect with that bug http://dev.jqueryui.com/ticket/4333 Exactly ! There are few patches on that page. Haven't tested. Milestone : 1.8... -- You received this message because you are subscribed to the Google Groups jQuery UI

[jquery-ui] Re: Sortable bug in IE? Any solution

2009-10-29 Thread Titkov Anton
I'm think tah bug connect with that bug http://dev.jqueryui.com/ticket/4333 On Oct 29, 1:55 am, Cyril Lopez loveisthe...@gmail.com wrote: 2009/10/20 Tobias Herrmann t.herrm...@alkacon.com Hi, in your example a sub element is also part of a parent. So in IE sorting a sub element also

Re: [jquery-ui] Re: Sortable bug in IE? Any solution

2009-10-28 Thread Cyril Lopez
2009/10/20 Tobias Herrmann t.herrm...@alkacon.com Hi, in your example a sub element is also part of a parent. So in IE sorting a sub element also causes the parent to be sorted. You can avoid this problem by defining a handle at least on the parent list. You may put text and link of the

[jquery-ui] Re: Sortable bug in IE? Any solution

2009-10-20 Thread Tobias Herrmann
Hi, in your example a sub element is also part of a parent. So in IE sorting a sub element also causes the parent to be sorted. You can avoid this problem by defining a handle at least on the parent list. You may put text and link of the parent li into a span and use the option 'handle': '

[jquery-ui] Re: Sortable bug in IE? Any solution

2009-10-19 Thread Cyril Lopez
2009/10/19 Blunk djbl...@gmail.com Hi everyone, im need some help here with IE compatibility. I have a small script that uses sortable jquery ui to sort two different UL. It works perfectly on Firefox/Safari/Chrome but on IE when you move a sub li the animation messes up. If anyone could