]> source.dussan.org Git - vaadin-framework.git/commit
Workaround for input prompt used as value on ESC in FF (#8051)
authorTapio Aali <tapio@vaadin.com>
Tue, 7 Jan 2014 11:31:51 +0000 (13:31 +0200)
committerVaadin Code Review <review@vaadin.com>
Mon, 17 Feb 2014 10:47:18 +0000 (10:47 +0000)
commit6c076e3c12f387726316db74190dac97cf886612
treeb2fab6fcfcec637a38de29fda83962a3345c5780
parent6f21052f2d952fd614c22b11e350e404a40761bb
Workaround for input prompt used as value on ESC in FF (#8051)

Fixed situation in which input prompt appeared as the value of an empty
TextField in FF if ESC was pressed.

Change-Id: I41c8ec4845b43b483165c10f78443f806d45a623
client/src/com/vaadin/client/ui/VTextField.java