RedactorEditor in Radix Dialog Test
This test page demonstrates the RedactorEditor component inside Radix Dialog components directly, without using the BaseDialog wrapper component. 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 Radix Dialog</h1> <p>This is a test of the RedactorEditor component inside a Radix Dialog (without BaseDialog wrapper).</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 implementation is working correctly.</p>