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