Take the community feedback survey now.

CMS Dialog cannot be resized (Opti Forms > Create email template dialog)

Vote:
 

Hello,

Our CMS users cannot resize the "Create email template" dialog in the CMS within the "Form container" block for Opti Forms. This leads to a poor editing experience, as they have to use the scrollbars to edit the "Message" WYSIYWG. Please see screenshot below:

 

We are on versions EPiServer.CMS 12.29.1 and EPiServer.Forms.Samples 4.2.0. Can this be fixed in a future version?

#340908
Nov 07, 2025 21:20
Vote:
 

That dialog is a Dojo dijit/Dialog in the CMS UI, which doesn’t support drag-resize and falls back to scrollbars when content exceeds the viewport.

Some questions

  • How big screens does your editors have? 
  • Is the window zoomed? Press CTRL+0 to reset any zoom settings. (It really looks zoomed on your screenshot)
  • Have you any other dijit customizations that may affect this? 
    • Check if you have implemented anything on .dijitDialog or .dijitDialogPaneContent css classes

 

 

#340912
Edited, Nov 10, 2025 10:00
Vote:
 

Hello,

Please see my answers below:

  • How big screens does your editors have? I see this behavior (no drag resize) on a variety of screen sizes including desktop and mobile.
  • Is the window zoomed? Press CTRL+0 to reset any zoom settings. (It really looks zoomed on your screenshot) The window is not zoomed, it is at 100%.
  • Have you any other dijit customizations that may affect this? No we do not.

Is it possible for this dialog to support drag resize?

Thanks!

Sameena

#340915
Nov 10, 2025 14:39
Vote:
 

Drag resize is not supported.

The dialog appears as it should on serveral of my sites

When checking my code the popup have the following cssclasses

epi-dialog-landscape epi-collection-editor--dialog epi-forms-emailTemplate epi-focused dijitDialog dijitDialogFocused dijitFocused

That will give it the following config styles when looking it up in a browser 

What happens in your styles dialog?

#340918
Nov 10, 2025 14:56
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.