Alona Kaplan has submitted this change and it was merged.
Change subject: webadmin: fixed initial focus in edit pool dialog
......................................................................
webadmin: fixed initial focus in edit pool dialog
The name textbox is the default component to get the initial focus in vm
dialogs, but in the edit pool dialog the name textbox is disabled,
thus no component gets focus when the dialog is opened.
To fix this, I changed the component that gets the initial focus in the
edit pool dialog to the description textbox.
Change-Id: I55445daaf90d0c394f6da28cc3d39495b1e3c115
Signed-off-by: Arik Hadas <ahadas(a)redhat.com>
---
M
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/pool/PoolEditPopupWidget.java
1 file changed, 5 insertions(+), 0 deletions(-)
Approvals:
Alona Kaplan: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/9571
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I55445daaf90d0c394f6da28cc3d39495b1e3c115
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkaplan(a)redhat.com>
Gerrit-Reviewer: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Einav Cohen <ecohen(a)redhat.com>