I'm dragging and dropping objects from a parent page into an iframe, everything works ok except that there is an offset on the iframe target where the object needs to be dropped.
I'm guessing this is caused by the idvs that contain the draggable objects and the iframe being positioned absolute.
I've prepared an example here:
Thanks in advance for your help.