[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)
einav - why do we need this general bug? i think a per problematic dialog would be better?
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)?
(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/
great, many thanks, Derez.