]> source.dussan.org Git - vaadin-framework.git/commit
Touch long tap context click emulation improvements (#19222)
authorMarkus Koivisto <markus@vaadin.com>
Wed, 28 Oct 2015 17:23:22 +0000 (19:23 +0200)
committerMarkus Koivisto <markus@vaadin.com>
Mon, 2 Nov 2015 08:20:35 +0000 (08:20 +0000)
commit0e9386aa16ca574043d10fb52d707e4f25aa2614
treeaf88705ec675c1d74e3561a61d09cfef0c834859
parent731fec8cc81c4ff6ca53d404b68a2c1538fd3885
Touch long tap context click emulation improvements (#19222)

Removed Android handling since it already fires a context menu event
when not selecting text. Increased the threshold for iOS move. Prevent
some browser default functionality on TouchEnd after sending context
click event to server.

Change-Id: I9297a5738e593a260b50ba176d483fbdd3293ba3
client/src/com/vaadin/client/ui/AbstractComponentConnector.java