Draggable: remove greedy option?
I wonder if it might make sense to remove draggable's greedy option in 1.7. Now
that we have custom events bubbling (in jQuery 1.3), couldn't we leave
it up to a drop callback whether to return false or stop propagation? This seems a lot more consistent as well as flexible, because a droppable could decide based on the current drop (and other things) whether or not to be greedy at that moment, rather than it being part of its initialization state. Thoughts?
- Richard