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

2009-10-30 Thread Cyril Lopez
2009/10/29 Titkov Anton 

> 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" 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.




[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  wrote:
> 2009/10/20 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':
> > '> span'.
>
> > Greetings, T
>
> Thanks for your response Tobias.
> Maybe it works with ul>li but not for me.
>
> My html :
> 
>   
>     Move Img
>     
>   
>   Move container
> 
>
> 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 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
> > 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.




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

2009-10-28 Thread Cyril Lopez
2009/10/20 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':
> '> span'.
>
> Greetings, T
>

Thanks for your response Tobias.
Maybe it works with ul>li but not for me.

My html :

  
Move Img

  
  Move container


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 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
> 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.




[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': 
'> span'.

Greetings, T

Cyril Lopez schrieb:
> 2009/10/19 Blunk 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
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~--~~~~--~~--~--~---



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

2009-10-19 Thread Cyril Lopez
2009/10/19 Blunk 

>
> 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
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~--~~~~--~~--~--~---