gwt-dnd icon indicating copy to clipboard operation
gwt-dnd copied to clipboard

Chrome drag end event cancelled

Open zotonaa opened this issue 7 years ago • 0 comments

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.

zotonaa avatar Oct 27 '17 06:10 zotonaa