]> source.dussan.org Git - vaadin-framework.git/commit
Fix VTextField w/ InputPrompt and ShortcutListener (#13492)
authorhp279 <anna.miroshnik@arcadia.spb.ru>
Thu, 22 May 2014 11:30:41 +0000 (04:30 -0700)
committerSauli Tähkäpää <sauli@vaadin.com>
Thu, 21 Aug 2014 08:18:04 +0000 (08:18 +0000)
commit033174a9d7395baabe97d6cfbca60ed3ea6928eb
treea2583ed8884a258a203d8343e3dbaf3dc2ea9375
parentf247e5bb9d84326771327d619ce501c7ba2909fd
Fix VTextField w/ InputPrompt and ShortcutListener (#13492)

Previously, VTextField value was not updated when used w/ InputPrompt and ShortcutListener.

Change-Id: I53631fe4e866dc6a861d1ea9d263dd5204ec6d7e
client/src/com/vaadin/client/ui/VTextField.java
uitest/src/com/vaadin/tests/components/textfield/InputPromptGetText.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/textfield/InputPromptGetTextTest.java [new file with mode: 0644]