Skip to content

Modify TouchEvent listener from TouchStart to TouchMove - #56

Open
pk1057 wants to merge 27 commits into
parttio:masterfrom
pk1057:master
Open

Modify TouchEvent listener from TouchStart to TouchMove#56
pk1057 wants to merge 27 commits into
parttio:masterfrom
pk1057:master

Conversation

@pk1057

@pk1057 pk1057 commented Apr 5, 2016

Copy link
Copy Markdown

TouchEvent Listener creates problems on IDevices because it thought even on single touch that we wanna move the component, but instead we just tried to open the context menu.
When we change the eventtype everything works as expected

pet and others added 27 commits April 5, 2016 14:45
Version 1.3.2
Fixes issues with e.g. Firefox on Linux and JxBrowser, which do not
constantly send dragOver events
* Introduced DragGrabFilter that can filter inner components of a container from "grabbing" on client-side. It enables us to disable dragging container by grabbing its innner components, e.g. we can prevent dragging of VerticalLayout if a user grabs inner Table.
* Implemented DragCaptionProvider that can be used to show simple DOM element with icon and caption instead of copy of dragged component. DragCaptionProvider must return DragCaption POJO for each draggable component inside of a container.
Remove vaadin7 support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants