[Proto-Scripty] Re: High performance replacement of html elements

2009-06-03 Thread arianglan...@googlemail.com
to what you'll need to insert or change. -- david On 28 mai, 11:52, Cyrus arianglan...@googlemail.com wrote: Hi, I am using Sortable to sort potentially long lists of 100+ elements. Sortable itselfs works fast. Each list item contains a select-box   with its position. We want

[Proto-Scripty] Re: Strange IE6 Bug in Sortable.create

2009-06-05 Thread arianglan...@googlemail.com
try to observe the mouse click or use the onclick event on the a tag, and it work the same way. You still need to expand the select element or move the list element and it works ! But once it works, it seems to always work. -- david On 4 juin, 11:50, Cyrus arianglan...@googlemail.com wrote

[Proto-Scripty] Re: Strange IE6 Bug in Sortable.create

2009-06-05 Thread arianglan...@googlemail.com
element or move the list element and it works ! But once it works, it seems to always work. -- david On 4 juin, 11:50, Cyrus arianglan...@googlemail.com wrote: Hi, I found a bug in IE6 and Sortable.create. When you have a select box and a link within your sortable, the links

[Proto-Scripty] Re: Strange IE6 Bug in Sortable.create

2009-06-08 Thread arianglan...@googlemail.com
the select tag. Nothing seems to have good results, the bug is still there. Nothng seems to change this IE6 behaviour ! Isn't there another way you could do your sortable ?? What would you try to do ?? -- david On 5 juin, 10:00, arianglan...@googlemail.com arianglan...@googlemail.com wrote: I see

[Proto-Scripty] Re: Strange IE6 Bug in Sortable.create

2009-06-08 Thread arianglan...@googlemail.com
I could work arround this bug by using the delay option of Sortable.create. IE 6 now gets a delay of 100. It's not the best solution but it works. On 8 Jun., 13:38, arianglan...@googlemail.com arianglan...@googlemail.com wrote: Hi, I was looking for a JS solution. I cannot really change