RE: [flexcoders] DragEvent propagation

2008-03-06 Thread Alex Harui
: [flexcoders] DragEvent propagation I have two objects on a canvas...both of which are Drag listeners and can accept various Drops. These objects overlap one another. If I drag an object over the two objects, only the one at the top of the Z-order, (TextArea), gets the Drag events. It is blocking the

[flexcoders] DragEvent propagation

2008-03-06 Thread toofah_gm
I have two objects on a canvas...both of which are Drag listeners and can accept various Drops. These objects overlap one another. If I drag an object over the two objects, only the one at the top of the Z-order, (TextArea), gets the Drag events. It is blocking the object underneath from getting