Lior Vernia has submitted this change and it was merged. Change subject: webadmin: Swap KEYPRESS for KEYDOWN in ListModelListBox ......................................................................
webadmin: Swap KEYPRESS for KEYDOWN in ListModelListBox There are issues with the KEYPRESS event not being called - swapping it for KEYDOWN should be good enough a solution in this case. Change-Id: I006cb4e5e429ada629c23204c72d6cabb6df24bb Bug-Url: https://bugzilla.redhat.com/987916 Signed-off-by: Lior Vernia <[email protected]> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/editor/ListModelListBox.java 1 file changed, 3 insertions(+), 3 deletions(-) Approvals: Alona Kaplan: Looks good to me, approved Lior Vernia: Verified -- To view, visit http://gerrit.ovirt.org/26845 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I006cb4e5e429ada629c23204c72d6cabb6df24bb Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Lior Vernia <[email protected]> Gerrit-Reviewer: Alona Kaplan <[email protected]> Gerrit-Reviewer: Lior Vernia <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
