]> source.dussan.org Git - vaadin-framework.git/commit
Disabled ComboBox should not open popup on pasting (Fixes #7898) (#10240)
authorAhmed Ashour <asashour@yahoo.com>
Wed, 22 Nov 2017 07:31:56 +0000 (08:31 +0100)
committerPekka Maanpää <pekkamaa@vaadin.com>
Wed, 22 Nov 2017 07:31:56 +0000 (09:31 +0200)
commitbdceccd1aa779ec8facc71320678bf7a0bfa4628
tree48c722c5f606f17cf5de294ef8009776b8e5212a
parent3569a33239693461d588dbfd1005730943118702
Disabled ComboBox should not open popup on pasting (Fixes #7898) (#10240)
client/src/main/java/com/vaadin/client/ui/VComboBox.java
uitest/src/main/java/com/vaadin/tests/components/combobox/ComboBoxPasteWithDisabled.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/combobox/ComboBoxCombinedWithEnterShortcutTest.java
uitest/src/test/java/com/vaadin/tests/components/combobox/ComboBoxPasteWithDisabledTest.java [new file with mode: 0644]