Vojtech Szocs has submitted this change and it was merged.
Change subject: webadmin: fix duplicate events search results on Enter
......................................................................
webadmin: fix duplicate events search results on Enter
This is a workaround for GWT bug 3533, "SuggestBox
allows keyUp events to fire twice." The workaround is to
attach the event handler to the SuggestBox's wrapped
TextBox, not to the SuggestBox itself.
Change-Id: I6fa8a023bdecf3d7a23eb10c940e069e2448d2fa
Bug-Url:
https://bugzilla.redhat.com/971695
Signed-off-by: Greg Sheremeta <gshereme(a)redhat.com>
---
M
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/SearchPanelView.java
1 file changed, 5 insertions(+), 1 deletion(-)
Approvals:
Vojtech Szocs: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/17943
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I6fa8a023bdecf3d7a23eb10c940e069e2448d2fa
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Greg Sheremeta <gshereme(a)redhat.com>
Gerrit-Reviewer: Alexander Wels <awels(a)redhat.com>
Gerrit-Reviewer: Einav Cohen <ecohen(a)redhat.com>
Gerrit-Reviewer: Greg Sheremeta <gshereme(a)redhat.com>
Gerrit-Reviewer: Vojtech Szocs <vszocs(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server