fredsa / gwt-dnd

Library providing easy to use mouse or touch based drag-and-drop capabilities to GWT
42 stars 41 forks source link

Chrome drag end event cancelled #199

Open zotonaa opened 6 years ago

zotonaa commented 6 years ago

I have and issue with gwt-dnd where drop doesn't seem to work on latest 64-bit Chrome version 62.0.3202.62 (Official Build) (64-bit) for Windows (Windows 10)

I'm using an example on Getting Started page with some widget modifications, and I've added some event logging, so IE/Firefox DragEndEvent logs DragEndEvent as DragEndEvent(dropTarget=VerticalPanel, source=Button) while Chrome logs: DragEndEvent([cancelled], source=Button).

I've installed Chrome 59.0.3071.86 64-bit version and drop seems to work there normally.