Bug 851845

Summary: [RFE] web-admin: please allow dialog resizing
Product: Red Hat Enterprise Virtualization Manager Reporter: Einav Cohen <ecohen>
Component: ovirt-engine-webadmin-portalAssignee: Einav Cohen <ecohen>
Status: CLOSED CURRENTRELEASE QA Contact: Pavel Stehlik <pstehlik>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: acathrow, derez, ecohen, iheim, jkt, Rhev-m-bugs, ykaul
Target Milestone: ---Keywords: FutureFeature, Tracking
Target Release: 3.1.0Flags: sgrinber: Triaged+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: ux
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-08 16:30:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Einav Cohen 2012-08-26 12:58:08 UTC
[see bug 846327]

Dialogs in the GUI (web admin + user portal) aren't resizable. 
Need to make them resizable (in a way that will allow the dialog contents to confrom properly to the re-sized dialog)

Comment 2 Itamar Heim 2013-12-07 20:12:54 UTC
einav - why do we need this general bug? i think a per problematic dialog would be better?

Comment 3 Einav Cohen 2014-01-02 23:15:32 UTC
Derez - IIUC, the code is already there (you added it when solving bug 846327) - do we need to "extract" a dialog-resizing infrastructure from the existing code, or does the dialog-resizing infrastructure already exist (in this case - this BZ can be closed)?

Comment 4 Daniel Erez 2014-01-04 13:42:00 UTC
(In reply to Einav Cohen from comment #3)
> Derez - IIUC, the code is already there (you added it when solving bug
> 846327) - do we need to "extract" a dialog-resizing infrastructure from the
> existing code, or does the dialog-resizing infrastructure already exist (in
> this case - this BZ can be closed)?

Yes, the infrastructure was introduced back in 3.1 by [1].
Making a dialog resizable requires only the following statement: 'enableResizeSupport(true)'. So this bug can indeed be closed on CURRENTRELEASE. 

[1] http://gerrit.ovirt.org/#/c/7554/

Comment 5 Einav Cohen 2014-01-08 16:30:09 UTC
great, many thanks, Derez.