]> source.dussan.org Git - vaadin-framework.git/commit
Correctly display an item which is too long for the textfield. (#13477)
authorGuillermo Alvarez <guillermo@vaadin.com>
Mon, 11 Aug 2014 07:56:58 +0000 (10:56 +0300)
committerBogdan Udrescu <bogdan@vaadin.com>
Wed, 13 Aug 2014 07:39:04 +0000 (10:39 +0300)
commit5edc32fa0ba7a7c29190f57697b4398a78d05dd2
treee2343a230210a4f34790a19c74b3de58feb0a474
parent37b8142db5ceabe60cb0449fbc1164d153db7488
Correctly display an item which is too long for the textfield. (#13477)

New JSNI function allows direction parameter in setSelectionRange.
This allows setting selection backward and fixes the issue in FF.

Change-Id: I1e34b70983e3f525b7009668877038f108d286a7
client/src/com/vaadin/client/Util.java
client/src/com/vaadin/client/ui/VFilterSelect.java