PDA

View Full Version : Dragging Tree Items over iFrames



cogitatio
10 Mar 2007, 5:48 AM
I need to drag tree items across Iframes. But the dragging items always get stuck. What can i do about that?

Is there a useShim option for the Proxy or for an iFrame element?

Thanks for your help
Falk

jack.slocum
10 Mar 2007, 6:36 AM
The only way this is going to happen is if you manually shim a wrapper element that contains the iframe. Obviously this can't be done generically. Drag drop depends on mouse over/move and if you shim the whole page the target will always be the shim.

cogitatio
10 Mar 2007, 8:23 AM
Couldnt the DragManager take care of this.
Like find all iFrame Elements and then put shimElem directly above it when a drag starts and remove it, when its done??

Or would that be too much of a calculation problem?

jamoville
30 Dec 2008, 12:04 PM
http://www.extjs.com/forum/showthread.php?t=56227&highlight=shim+drag