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