Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mikkel Hansen 10 posts 80 karma points
    Nov 07, 2019 @ 14:56
    Mikkel Hansen
    0

    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.

    enter image description here

    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.

    .umb-grid .umb-cell-rte iframe {
        height: 100% !important;
    }
    

    Thoughts on how to solve this, will be much appreciated.

    Regards.

  • Bo Jacobsen 593 posts 2389 karma points
    Nov 08, 2019 @ 20:35
    Bo Jacobsen
    0

    Bump.

  • Jonathan Distenfeld 105 posts 618 karma points
    Nov 11, 2019 @ 15:08
    Jonathan Distenfeld
    0

    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.

  • Mikkel Hansen 10 posts 80 karma points
    Nov 12, 2019 @ 13:00
    Mikkel Hansen
    0

    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.

    /**umb_name:h1*/
    h1 {
        font-family: 'Open Sans', sans-serif;
        font-size: 52px;
        line-height: 62px;
        font-weight: 700;
    }
    
Please Sign in or register to post replies

Write your reply to:

Draft