Umbraco-cms: V8: Content tree blocks TinyMCE in fullscreen

Created on 4 Feb 2020  路  7Comments  路  Source: umbraco/Umbraco-CMS

When Rich text editor are in full screen.
"Formater" are hidden behind window.
When adding a link - the link picker are behind the rich text window

Umbraco version

I am seeing this issue on Umbraco version: Umbraco 8.5.3

Reproduction

If you're filing a bug, please describe how to reproduce it. Include as much
relevant information as possible, such as:

Bug summary

Rich text editor in fullscreen:

  • "Formater" are hidden behind window.
  • When adding a link - the link picker are behind the rich text window

Expected result

The possibility the be able to select a Format or a Link

Actual result

Both windows are hidden behind the full screen rich text editor

categorux communitpr releas8.7.0 typbug

All 7 comments

Ah yes, this is a pretty weird experience and I'm not sure how that could be made better to be honest, if we should remove the buttons that won't work in full screen or have the slide-outs on the left appear anyway? I didn't have anything in the "Formats" dropdown, so I'm not sure what that looks like.

image

Hi @thomashdk,

We're writing to let you know that we've added the Up For Grabs label to your issue. We feel that this issue is ideal to flag for a community member to work on it. Once flagged here, folk looking for issues to work on will know to look at yours. Of course, please feel free work on this yourself ;-). If there are any changes to this status, we'll be sure to let you know.

For more information about issues and states, have a look at this blog post

Thanks muchly, from your friendly PR team bot :-)

For now this will fix it.

Not sure if it's the best solution, just a quick fix for now.

/* RTE */
.mce-fullscreen .mce-in {
    position: fixed;
    top: 35px !important;
}

.mce-fullscreen .umb-editor__overlay {
    position: fixed;
}
.mce-fullscreen .umb-editor {
    position: fixed;
}

@thomashdk your proposed styling looks good - might take a tiny bit of fiddling into the Umbraco LESS files but great all the same. Care to submit a PR or shall I get one rolling?

OK, I went ahead and created the PR in #7697

Fixed in #7697 :)

@kjac Super :)

Just shaw your commet

Was this page helpful?
0 / 5 - 0 ratings