Redactor Dialog Test | Blitz Rocket

Test Pages

RedactorEditor in Dialog Test

This test page demonstrates the RedactorEditor component inside a BaseDialog. Click the button below to open the dialog and test if dropdown menus in the editor are clickable.

Editor Content (outside dialog)

<h1>Test Content in Dialog</h1>
<p>This is a test of the RedactorEditor component inside a BaseDialog.</p>
<p>Try using the formatting options in the toolbar, especially dropdown menus like:</p>
<ul>
  <li>Font color</li>
  <li>Font size</li>
  <li>Alignment</li>
  <li>Insert (tables, links, etc.)</li>
</ul>
<p>If you can interact with these dropdown menus, the issue is resolved.</p>