]> source.dussan.org Git - vaadin-framework.git/commit
Fix text input of PopupCalendar in Internet Explorer (#16677).
authorMika Murtojarvi <mika@vaadin.com>
Mon, 16 Feb 2015 15:33:15 +0000 (17:33 +0200)
committerVaadin Code Review <review@vaadin.com>
Tue, 3 Mar 2015 08:22:56 +0000 (08:22 +0000)
commit0aa4af8f266a46a93ae7817c5e04dcef79389c94
treecf4970be32a00b001c5c2456c7c92659225ede23
parent05fc5806e7946223e057ad7458a18dadceb0566f
Fix text input of PopupCalendar in Internet Explorer (#16677).

Similarly to VTextField, VTextualDate now uses KeyDownHandler with IE to
process the pressing of the return key.

Change-Id: I139134fc38678ad46f0c46f30e3de25547b9a3c6
client/src/com/vaadin/client/ui/VTextualDate.java
uitest/src/com/vaadin/tests/components/datefield/DateFieldKeyboardInput.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/datefield/DateFieldKeyboardInputTest.java [new file with mode: 0644]