]> source.dussan.org Git - vaadin-framework.git/commit
Fix text selection and context click events for Android devices (#19367)
authorTeemu Suo-Anttila <teemusa@vaadin.com>
Tue, 15 Dec 2015 11:39:12 +0000 (13:39 +0200)
committerVaadin Code Review <review@vaadin.com>
Tue, 15 Dec 2015 13:01:46 +0000 (13:01 +0000)
commit899f45bb45d61b9c1738dbdf9a530aa6a2c9ee12
tree04b208e6c34bc930977c715f7b57a510982402b2
parent1423f6e15b3a68fd998bb22626982e214c504be5
Fix text selection and context click events for Android devices (#19367)

Text and element selection needs to be disabled on touch start for
Android as well. Other touch event handling used by iOS devices is not
used on Android.

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