Idea Summary
Add ‘Resizable’ functionality to Apex Modal Dialog.
From years now I'm using already unsupported ClariFit Dialog plugin that in old times was giving opportunity to show modal dialogue that was resizable. That apps are no longer compatible with newer apex versions. So I want to move everything to native Modal Dialog in Apex.
Use Case
When you put your Interactive Report or Interactive Grid into Modal Dialog you can't resize it temporary to get columns wider.
My users use modal, drabble dialog to display additional report data and - if column content is too narrow they easily resize Modal Dialog to display content of column as one line. It is easier when initially Modal Dialog not cover whole page and is resizable - users will not lose content of main window from their sight.
When you try to put resizable:true inside attributes it make more mess Moddal Dialog start to flicker and stay stick to pointer - it is only more messy. It was described here but without response:
https://forums.oracle.com/ords/apexds/post/apex-21-2-modal-popup-page-resizable-4531
You can't really use other modal that has resizable option like Inline Dialog and put Interactive Report inside because this template will not display content at all.
Preferred Solution (Optional)
Preferred solution is to port 'Resizable' option to Modal Dialog