In my user interface, I have many popup dialogs, some of which contain jquery droppable targets. They work fine, but when one popup is completely covering a drop target, I would like to stop the event from propagating.
I tried to put an event handler on the popup dialog to stop the drop event from propagating, but that didnt work.
Using the scope and accept options don't really seem to be viable, since the objects and targets are more or less identical.
Any ideas?