aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/GridDropTarget.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactor Html5 DnD feature based on API review (#9306)Pekka Hyvönen2017-05-121-158/+0
| | | | | | | | * Refactor Html5 DnD client side based on API review - Moved classes to "correct" packages. - Removed method DragSourceExtension.clearDataTransferText() - Remove ButtonDragSource in favor of more generic API
* Fix HTML5 DnD regression for FF (#9245)Pekka Hyvönen2017-05-051-3/+5
| | | | | | | | | | | | - Always set some drag data - Set the dropEffect on dragEnter and dragOver events on drop target - Send the dropEffect to server on drop event with disclaimer of current support - Remove _dragOverCriteria_ and use _dropCriteria_ for `dragenter`, `dragover` and `drop` criteria Tested manually basic DnD and Grid DnD on Mac with Chrome, Firefox, Safari. Safari is still missing drag image (regression). Tested manually basic DnD and Grid Dnd on Windows IE11 and Edge. Drop event for both is still not working properly #9174.
* Add/fill in missing @since tags for 8.1 (#9106)8.1.0.alpha6Henri Sara2017-04-191-27/+28
|
* Create combined drop mode to allow both on_top and between drops (#9063)Adam Wagner2017-04-131-0/+37
| | | Resolves #8932
* Remove Extension suffix from Grid DND classes (#9035)Adam Wagner2017-04-121-0/+118