]> source.dussan.org Git - vaadin-framework.git/commit
Tree item fails with ItemClickListener (#14388)
authorAnna Miroshnik <anna.miroshnik@arcadia.spb.ru>
Mon, 8 Sep 2014 07:32:01 +0000 (11:32 +0400)
committerAnna Miroshnik <anna.miroshnik@arcadia.spb.ru>
Mon, 8 Sep 2014 07:35:04 +0000 (11:35 +0400)
commit74f5924b29ea05c840f57c11e315254c3b794c63
treef17cb9e4a49a077fdaf2401449f472047c88f251
parente04931b248aa4d0070c71d7bc5ede88ebb4f35e3
Tree item fails with ItemClickListener (#14388)

Patch for #14388: added modifications to remove the regression on #6845
(RIGHT, MIDDLE mouse buttons listeners)

Change-Id: I3ef95df68efa0a70bbe0d566ceea187505e2999a
client/src/com/vaadin/client/ui/VTree.java
uitest/src/com/vaadin/tests/components/tree/TreeItemSelectionWithoutImmediate.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/tree/TreeItemSelectionWithoutImmediateTest.java [new file with mode: 0644]