You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 8, 2017. It is now read-only.
I am experiencing a problem when dragging a widget over an iframe. If
the mouse movement is slow enough so that the cursor never leaves the
draggable widget's area while entering the iframe everything goes
well. However, if the mouse movement is fast enough so that the
cursor enters the iframe after having left the widget's area, but
before the widget has a chance to enter the iframe, then the widget
position is no longer updated and it stays at the edge of the iframe.
If you continue pas the iframe the widget's position is updated again.
This is fairly easy to reproduce on the gwt-dnd demo page
http://allen-sauer.com/com.allen_sauer.gwt.dragdrop.demo.DragDropDemo/DragDropDe
mo.html
by going to the Demo 7 tab, putting the and trying it out using one of
the red draggable widgets on the left.
Original issue reported on code.google.com by [email protected] on 25 Feb 2008 at 12:27