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 <[email protected]>
---
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 <[email protected]>
Gerrit-Reviewer: Ayal Baron <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Einav Cohen <[email protected]>
Gerrit-Reviewer: Vojtech Szocs <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to