]> source.dussan.org Git - vaadin-framework.git/commit
Prevent opening Table context menu on short tapping on iOS (#15297)
authorIlya Ermakov <ilya403403@gmail.com>
Thu, 26 Feb 2015 17:54:29 +0000 (20:54 +0300)
committerVaadin Code Review <review@vaadin.com>
Fri, 10 Apr 2015 12:29:09 +0000 (12:29 +0000)
commit38e35c5db6621b20929d924707be149e22032997
tree503fcf52eea972d2fa2fa40e592e70adda7d9d85
parent31b3cd924e163363366e588e7e5def151a61b77d
Prevent opening Table context menu on short tapping on iOS (#15297)

With this patch handling touchstart in Table body is prevented
if it is handled in Table row. This is the smallest patch that solves
the problem, refactoring remains an open problem.

Change-Id: Iea54210ee81a3fdf17e45c6c98026af9080abddf
client/src/com/vaadin/client/ui/VScrollTable.java
uitest/src/com/vaadin/tests/components/table/TableContextMenuTouch.java [new file with mode: 0644]