BUG: ckeditor wrap and block the text below
Question
GrapesJS version
- I confirm to use the latest version of GrapesJS
What browser are you using?
Chrome
Reproducible demo link
https://
Describe the bug
If the width of the text component is not very long, the elements on ckeditor will wrap and block the text below
But when you click on the lower part of the component, instead of just above the text, there will be no covering problem

Code of Conduct
- I agree to follow this project's Code of Conduct
Answers (3)
Hello!
We used this trick to solve the problem for a while:
editor.on("rte:enable",()=>{
editor.trigger('canvasScroll');
});
subscribe to the event rte:enable and trigger the canvasScroll. With this, the grapes will recalculate the position.
@ronaldohoch Thank you, this code work to me
bugs will also be implemented on this website. https://grapesjs.com/demo-mjml.html
The toolbar in the upper right corner will also be covered
@artf
Related Questions and Answers
Continue research with similar issue discussions.
Issue #5263
BUG: Deleting a component without deleting its corresponding style, will adding new components later cause style conflicts?
GrapesJS version [X] I confirm to use the latest version of GrapesJS What browser are you using? latest version of Chrome Reproducible demo...
Issue #5346
BUG: Deleting a component without deleting its corresponding style
GrapesJS version [X] I confirm to use the latest version of GrapesJS What browser are you using? latest version of Chrome Reproducible demo...
Issue #6606
BUG: Editor takes a long time to load (sometimes over 1 minute)
GrapesJS version [x] I confirm to use the latest version of GrapesJS What browser are you using? Firefox Reproducible demo link https://gra...
Issue #6039
BUG: Cannot set Block display value
GrapesJS version [X] I confirm to use the latest version of GrapesJS What browser are you using? Chrome 126 Reproducible demo link https://...
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Browse Plugin Categories
Jump directly to plugin category pages on the marketplace.