Beta 6: Rich Text editor in a Text Element sometimes gets partly hidden

Hi!

I see the Rich Text editor’s top icons cut off sometimes:

image

To reproduce it, I have added an image gallery to the Text element:

[gallery link="file" ids="232,230,231,225,226,224"]

Then when I get back into the Rich Text editor, it gets cut off. If I toggle between HTML and back to Rich Text, it will be seen fully again.

Thanks!

Hey @Misho

Sorry for the delay here. Wanted to acknowledge that we’ve confirmed this and will followup here when it’s corrected. Thank you!

@Misho, I’ve tried the steps you mentioned above (along with anything else I can think of), but I cannot get this to reproduce on my end. Do you have any more information I can go on?

Hi @kory, sorry for the delay here.

I have disabled all plugins and it still happens. When I inspect it, I am getting a warning about padding in this rule:

.tco-text-editor .mce-toolbar-grp>div {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    padding: null null;
    padding: var(--d-text-editor-toolbar-outer-padding-x) var(--d-text-editor-toolbar-outer-padding-y);
}

Thanks @Misho,

We were able to reproduce this, but don’t have a solution just yet.

1 Like