]> source.dussan.org Git - vaadin-framework.git/commit
Table handles both onMouseDown and onMouseUp events (#14347)
authorGuillermo Alvarez <guillermo@vaadin.com>
Tue, 19 Aug 2014 15:38:35 +0000 (18:38 +0300)
committerGuillermo Alvarez <guillermo@vaadin.com>
Mon, 1 Sep 2014 09:30:43 +0000 (09:30 +0000)
commitc02bef34ebda4eb0102605dd07d72fbb74958239
tree931b581f4c8e88d6ed2aef811979b8207f1d77ba
parenteddc057001bd921e37b3cea95dc52a21d93320b1
Table handles both onMouseDown and onMouseUp events (#14347)
Now it has the same behaviour that the layout, and checks
that the element under the mouse matches to complete the
click action

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