]> source.dussan.org Git - vaadin-framework.git/commit
Read-only combobox should not handle PASTE event (#11529)
authorAnastasia Smirnova <anasmi@utu.fi>
Thu, 4 Apr 2019 07:00:46 +0000 (10:00 +0300)
committerSun Zhe <31067185+ZheSun88@users.noreply.github.com>
Thu, 4 Apr 2019 07:00:46 +0000 (10:00 +0300)
commit049e6f39aadab1785d78bceaac575d25ea56dad4
tree4c61adaa0b255ab8de9a3f7d15e6b3d9b3210ca7
parent0035aa1d7a8645a3759d27864b95d83a4b8c2475
Read-only combobox should not handle PASTE event (#11529)

Fixes 11528
client/src/main/java/com/vaadin/client/ui/VComboBox.java
uitest/src/main/java/com/vaadin/tests/components/combobox/ComboboxReadOnlyPaste.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/combobox/ComboboxReadOnlyPasteTest.java [new file with mode: 0644]