]> source.dussan.org Git - vaadin-framework.git/commit
Disables selection when Grid's editor is open (#17132).
authorAlexey Fansky <alexey.fansky@effective-soft.com>
Mon, 23 Mar 2015 18:55:55 +0000 (11:55 -0700)
committerVaadin Code Review <review@vaadin.com>
Wed, 25 Mar 2015 14:31:33 +0000 (14:31 +0000)
commitf665aed236f64da849862d4e463d80deecc33d9a
tree10e73fe6fe12daa312c76a064514b9aeb77b79ef
parent140844eaff3de1b926460081405eb7d53ec811f8
Disables selection when Grid's editor is open (#17132).

Change-Id: Ibbbffbfe2e8bcb763031ac277c2c36ce4eb4e3fc
client/src/com/vaadin/client/widget/grid/selection/MultiSelectionRenderer.java
client/src/com/vaadin/client/widgets/Grid.java
uitest/src/com/vaadin/tests/components/grid/GridEditorMultiselect.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/grid/GridEditorMultiselectTest.java [new file with mode: 0644]