Latest jQuery UI draggable prevents onclick
With the latest build, attach a click handler to an element.
Then make that element draggable.
The onclick event handler never fires. What I'm trying to do is allow
an element to be draggable, but show an overlay menu when it's only
clicked but not dragged. It's always worked up until now.