
Tomas Jelinek has submitted this change and it was merged. Change subject: webadmin: tiny fix for make template dialog's focus traversal ...................................................................... webadmin: tiny fix for make template dialog's focus traversal The tab index of 'Quota' combobox is wrong, resulting in wrong focus traversal order. This patch fix it by giving the 'Quota' combobox the right tab index so that it will be focused right after 'Host Cluster' combobox. Change-Id: If568deb65aaa03a1a422bd6cf7d41dface29ba5e Bug-Url: https://bugzilla.redhat.com/873133 Signed-off-by: Arik Hadas <ahadas@redhat.com> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmMakeTemplatePopupWidget.java 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Tomas Jelinek: Looks good to me, approved Arik Hadas: Verified -- To view, visit http://gerrit.ovirt.org/11209 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If568deb65aaa03a1a422bd6cf7d41dface29ba5e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: engine_3.2 Gerrit-Owner: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Michal Skrivanek <michal.skrivanek@redhat.com> Gerrit-Reviewer: Tomas Jelinek <tjelinek@redhat.com>