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 parent li into a span and use the option 'handle': > '> span'. > > Greetings, T >
Thanks for your response Tobias. Maybe it works with ul>li but not for me. My html : <div> <div> <span class="movTool">Move Img</span> <img src="My img"/> </div> <span class="movTool">Move container</span> </div> My handle is '.movTool' and the drag action messes up in IE. Thanks for any help -- Cyril, Nethik > > Cyril Lopez schrieb: > > 2009/10/19 Blunk <djbl...@gmail.com <mailto: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 take a look at it and tell me if there is any > > solution. > > > > The demo is here: http://blunk.com.ar/dev/sort/ > > Add a Parent with the link, then two or more Subs and try to sort > > those. > > > > Thanks > > > > > > I was about to post this issue. I have exactly the same problem on IE > > 7/8 (6?). > > If anyone knows how to fix it... > > > > Cyril, Nethik > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ > You received this message because you are subscribed to the Google Groups > "jQuery UI" group. > To post to this group, send email to jquery-ui@googlegroups.com > To unsubscribe from this group, send email to > jquery-ui+unsubscr...@googlegroups.com<jquery-ui%2bunsubscr...@googlegroups.com> > 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 jquery...@googlegroups.com. To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.