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 <[email protected]> wrote: > 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 5 juin, 10:00, "[email protected]" > > <[email protected]> wrote: > > I see now what you mean with expand. That cannot be a solution. There > > must be something else ;) > > > On 4 Jun., 19:21, david <[email protected]> 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 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. > > > > I 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 <[email protected]> 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 > > > > are not clickable if you use the option tree: true > > > > > Sortable.create('list', { tree : true }); > > > > <ul id="list"> > > > > <li><a href="#test" id="test">test</a><select></select></li> > > > > <li><a href="#test2" id="test2">test2</a><select></select></li> > > > > </ul> > > > > > Do you have any ideas how I could get it work with IE 6? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
