Tests | Blitz Rocket

Test Pages

Test Pages Index

Welcome to the test pages section. This area contains various test pages for components and features. Use the navigation sidebar to browse available test pages or select from the list below.

Redactor Test

Test page for the RedactorEditor component. This page demonstrates the basic functionality of the RedactorEditor component outside of a dialog.

componenteditor

Redactor Dialog Test

Test page for the RedactorEditor component inside a BaseDialog. This page is designed to test the specific issue where Redactor's dropdown menus are not clickable when used within a BaseDialog component.

componenteditordialog

Radix Dialog Redactor Test

Test page for the RedactorEditor component inside Radix Dialog components directly, without using the BaseDialog wrapper component. This page demonstrates an alternative approach to using dialogs with rich text editors.

componenteditordialogradix

Custom Modal Redactor Test

Test page for the RedactorEditor component inside a custom ModalDialog component. This component is implemented without using Radix UI, using Vue's built-in features like Teleport instead.

componenteditordialogcustom