Change in ovirt-engine[master]: webadmin: clicking system tree doesn't update main tab

Alexander Wels has submitted this change and it was merged. Change subject: webadmin: clicking system tree doesn't update main tab ...................................................................... webadmin: clicking system tree doesn't update main tab - When clicking through items in the system tree, if there was only one item in the tab grid, it would auto select the item and change the place accordingly. However it would do this before the tab had fully loaded and it would cause the tab to not properly update. This patch fixes the issue by making sure the auto selection does not occur unless the view of the table that is being auto selection is attached to the DOM. Change-Id: I9ee1171f16ec239332c981bf28f7d5c9fa690edc Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1194293 Signed-off-by: Alexander Wels <awels@redhat.com> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/table/AbstractActionTable.java 1 file changed, 21 insertions(+), 10 deletions(-) Approvals: Alexander Wels: Verified; Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/42238 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9ee1171f16ec239332c981bf28f7d5c9fa690edc Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alexander Wels <awels@redhat.com> Gerrit-Reviewer: Alexander Wels <awels@redhat.com> Gerrit-Reviewer: Einav Cohen <ecohen@redhat.com> Gerrit-Reviewer: Greg Sheremeta <gshereme@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Vojtech Szocs <vszocs@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
awels@redhat.com