[jQuery] draggable kills children's events?

[jQuery] draggable kills children's events?


Hi,
I have divs nested inside each other. The most parent div listens for mouse
clicks. My problem is when I turn one div to a draggable object, its child
is no longer is clickable. Here is a quick model:
div01 (I am listening to clicks)
-> div02 (draggable)
-> -> div03 (problem: when div02 is draggable, this is not clickable)
A quick example of the working code is over at fluidia.linowski.ca. Draw two
objects inside one other to, and try to change between them to see what I
mean.
Any help would be appreciated. Thanks
Jakub
--
View this message in context: http://www.nabble.com/draggable-kills-children%27s-events--tp17230381s27240p17230381.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.