]> source.dussan.org Git - vaadin-framework.git/commit
Attach GridLayout children in logical order to preserve focus order (#18353)
authorYuriy Artamonov <artamonov@haulmont.com>
Thu, 25 Jun 2015 14:02:38 +0000 (18:02 +0400)
committerTeemu Suo-Anttila <teemusa@vaadin.com>
Fri, 10 Jul 2015 12:16:37 +0000 (15:16 +0300)
commit1e42eaf93252cbe8c9e16e2273049f0f69f3dc63
tree9b12ebd6cacf8cc551bd3023391a2696f552dc5a
parent52dd5b957f42b191c6cec14318f245c9478e6252
Attach GridLayout children in logical order to preserve focus order (#18353)

Change-Id: Ib5477cfe2e2ad6eaeabdb6c829f6ad16e31d1eaf
client/src/com/vaadin/client/ui/VGridLayout.java
client/src/com/vaadin/client/ui/gridlayout/GridLayoutConnector.java
uitest/src/com/vaadin/tests/components/gridlayout/GridLayoutFocusOrderAfterShowChild.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/gridlayout/GridLayoutFocusOrderAfterShowChildTest.java [new file with mode: 0644]