parttio / dragdroplayouts

Drag and Drop for Vaadin layouts
7 stars 23 forks source link

Improve drag/grab control with DragGrabFilter and DragCaptionProvider #82

Closed jreznot closed 7 years ago

jreznot commented 7 years ago

See demos: DragdropDragCaptionDemo and DragdropDragGrabFilterDemo

Please review, will merge it next week it if there are no comments / issues

johndevs commented 7 years ago

Great features all around! Nice work :+1:

jreznot commented 7 years ago

I've introduced support of all ContentMode values for DragCaption. Hope it will be useful.

jreznot commented 7 years ago

Client-side error on mouse click is fixed too, was caused by VGrabFilter code

mstahv commented 7 years ago

Awesome, go ahead and land the change set!