Draggables combined with Selectables

Draggables combined with Selectables


Hi all
I'm working on an app based on the selectable/draggable demo from
http://interface.eyecon.ro/demos/download.html
It works great but i encouter one little bug. I can't selected a
single element just by clicking on the element (which does work if i
don't make the element draggable). I think the draggable mousedown
event 'overrides' the selectable mousedown event. The selectable code
does not get executed when i click the element.
Has anyone else encoutered this bug? and ifso found a solution?
Paul.