JqueryUI 'Selectable', bugs with rich html content (Internet explorer)

JqueryUI 'Selectable', bugs with rich html content (Internet explorer)


Hi !
It's practically impossible to use correctly the selectable widget
(http://jqueryui.com/demos/selectable/)
with rich html content (HTML, divs, spans in the <li> balise).
In firefox, it works like always, but in Internet Explorer, the
selection of the item won't be correct. (The click doesn't trigger the
selection, only a little drag on a item make it selected)
Really boring IE !
PS : I also had a mouseenter and mouseleave event on the <li> balise.
It worked in Firefox, but in Internet explore, it fired very
strangely. I had to avoid this event.. wich could have been very
nice ..
mischa