]> source.dussan.org Git - vaadin-framework.git/commit
Refactor of moving of items from one side to the other. Use one setSelectedIndex...
authorLeif Åstrand <leif@vaadin.com>
Thu, 1 Sep 2011 13:47:16 +0000 (13:47 +0000)
committerLeif Åstrand <leif@vaadin.com>
Thu, 1 Sep 2011 13:47:16 +0000 (13:47 +0000)
commit5ca9d6293bdf32139e8301711a4aaa72e9c8e5af
tree01023dcf5cc26d18c02ad8032a819cffd563558f
parentd1e5bd7216d90993cb95c79ad54f90a40dbff8eb
Refactor of moving of items from one side to the other. Use one setSelectedIndex instead of multiple invocations of setItemSelected to fix problem with keyboard navigation in some browsers (#5683)

svn changeset:20795/svn branch:6.7
src/com/vaadin/terminal/gwt/client/ui/VTwinColSelect.java