Change in ovirt-engine[master]: webadmin: resizable dialogs support (#846327)

Daniel Erez has submitted this change and it was merged. Change subject: webadmin: resizable dialogs support (#846327) ...................................................................... webadmin: resizable dialogs support (#846327) https://bugzilla.redhat.com/846327 UI infrastructure - resizable dialogs * Added ResizableDialogBox widget (extends DialogBox): ** Enables resizing of the dialog by catching browser's mouse events. ** Contains a 'resize' symbol at bottom-right corner. * Currently, the feature is disabled by default (since some dialogs require tweaking of their inner widgets for proper resizing - should be revisited separately). * The resizable behavior would be enabled for Storage and Disk dialogs. Change-Id: Iec5acd2fdc6aafebecf306b2be3b4a2f53b1cf62 Signed-off-by: Daniel Erez <derez@redhat.com> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/dialog/DialogBoxWithKeyHandlers.java A frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/dialog/ResizableDialogBox.java M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/dialog/SimpleDialogPanel.ui.xml A frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/ui/common/public/images/dialog/panel_edge_BR_resize.png 4 files changed, 164 insertions(+), 3 deletions(-) Approvals: Daniel Erez: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/7554 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iec5acd2fdc6aafebecf306b2be3b4a2f53b1cf62 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Ayal Baron <abaron@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Einav Cohen <ecohen@redhat.com> Gerrit-Reviewer: Vojtech Szocs <vszocs@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
derez@redhat.com