We are experiencing an issue where large text sometimes are only partially visible in the grid rich text editor.
So far we have tried to override the TinyMCE iframe height, which only works in some cases, where it doesn't contain multiple lines of text, like the one shown in the image above.
In my case, the line-height of the text was been set wrong by some backoffice styles.
Solution was to set line-heights for the text in a custom rte-stylesheet.
Check that in your browser-console. Their should be no need for overriding iframe styles.
To elaborate a bit more on this, since I forgot mention it in my previous post. We've a custom rte-stylesheet added to the rich text editor, where we're defining line-heights and other font related styling.
Partially visible RTE text
Hi Community.
Running Umbraco 7.15.3.
We are experiencing an issue where large text sometimes are only partially visible in the grid rich text editor.
So far we have tried to override the TinyMCE iframe height, which only works in some cases, where it doesn't contain multiple lines of text, like the one shown in the image above.
Thoughts on how to solve this, will be much appreciated.
Regards.
Bump.
We also experienced this problem.
In my case, the line-height of the text was been set wrong by some backoffice styles. Solution was to set line-heights for the text in a custom rte-stylesheet.
Check that in your browser-console. Their should be no need for overriding iframe styles.
Hi Jonathan.
Thank you for the suggestion.
To elaborate a bit more on this, since I forgot mention it in my previous post. We've a custom rte-stylesheet added to the rich text editor, where we're defining line-heights and other font related styling.
E.g.
is working on a reply...