
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 <lvernia@redhat.com> --- 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 <lvernia@redhat.com> Gerrit-Reviewer: Alona Kaplan <alkaplan@redhat.com> Gerrit-Reviewer: Lior Vernia <lvernia@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server