mjml
mjml copied to clipboard
BUG: Conflict between Text widget and RTE(Rich Text Editor) in Official MJML Demo
GrapesJS version
- [X] I confirm to use the latest version of GrapesJS
What browser are you using?
Chrome Version 125.0.6422.77
Reproducible demo link
https://grapesjs.com/demo-mjml
Describe the bug
How to reproduce the bug?
- Enter Official MJML demo page of grapesjs (https://grapesjs.com/demo-mjml)
- Add a column
- Add a Text area into the column
- Put some text (e.g. "I am testing" )
- In Typography, set the align of the text to center
- Using RTE, select words "testing", change the font size of "testing" to 36px
What is the expected behavior? Font size of "testing" set to 36px
What is the current behavior? The RTE doesn't work. All the functions in RTE don't work. And even if I remove the align settings in Typography (I guess the it because of the Text widget and RTE have some conflict in MJML mode ). The RTE also doesn't work. Unless I delete the whole Text area and create a new one.
Code of Conduct
- [X] I agree to follow this project's Code of Conduct