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

2009-06-08 Thread arianglan...@googlemail.com
Hi, I was looking for a JS solution. I cannot really change the html structure. I think I have to take a deeper look into the scriptaculous code. On 6 Jun., 21:32, david david.brill...@gmail.com wrote: Hi cyrus, to be honnest, I try to separate the link in another div, or separate the

[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 the

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

2009-06-08 Thread david
Hi cyrus, Not a perfect solution, but good finding, I have not think about such a thing :(( -- david On 8 juin, 15:48, arianglan...@googlemail.com arianglan...@googlemail.com wrote: I could work arround this bug by using the delay option of Sortable.create. IE 6 now gets a delay of 100.

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

2009-06-06 Thread david
Hi cyrus, to be honnest, I try to separate the link in another div, or separate 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

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

2009-06-05 Thread arianglan...@googlemail.com
Hi David, thanks for the tests. What do you mean with expand? Specify a width for the select box? If you load the page - change the window - come back to the window with the list, it also works. But I can't tell this my users ;) On 4 Jun., 19:21, david david.brill...@gmail.com wrote: Hi

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

2009-06-05 Thread arianglan...@googlemail.com
I see now what you mean with expand. That cannot be a solution. There must be something else ;) On 4 Jun., 19:21, david david.brill...@gmail.com wrote: Hi Cyrus, I've made some test and can add some info. The link CAN be clicked, you just need to expand the select option, and it works now

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

2009-06-04 Thread david
Hi Cyrus, I've made some test and can add some info. The link CAN be clicked, you just need to expand the select option, and it works now for all other links. If you move one of the list element to another position, the link could be accessible after the move too. But both are strange behaviour.