]> source.dussan.org Git - vaadin-framework.git/commit
Prevent text selection on iOS devices with long tap (#19367)
authorTeemu Suo-Anttila <teemusa@vaadin.com>
Tue, 15 Dec 2015 11:19:16 +0000 (13:19 +0200)
committerTeemu Suo-Anttila <teemusa@vaadin.com>
Tue, 15 Dec 2015 11:20:43 +0000 (13:20 +0200)
commit4794f672d61ea0186432d73d173c92e187dbdf04
tree74de420dd49936d0983dc169a7abf2f3c5e29428
parent05356b0cb628e7f7604991adf82387c746870104
Prevent text selection on iOS devices with long tap (#19367)

Text or elements should not get selected when there's a context click
listener. Pre-emptively prevent text selection for the whole widget when
that happens.

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