TinyMCE RTE fullscreen issue

MODx 3.1.2 and TinyMCE RTE 3.1.5

I have almost always used RTE in fullscreen to edit resources, especially those with long texts.
Now I’m having problems that I didn’t have before.
As seen in the image below, in fullscreen, some elements (not all) of the right column (only that one) of the resource overlap the editor.
I’ve tried modifying the scattered z-index but I can’t figure it out, has anyone found even a temporary solution?
Thanks.

Try to solve it with Fix z-index issue in the menu of MODX 3.x. by Jako · Pull Request #16778 · modxcms/revolution · GitHub and add z-index: 0 to #modx-content

1 Like

I have a fix for it, but it got stuck in review hell. Will get it released shortly.

1 Like

Bumped a review, and got a release pushed. Thanks for reminding.

1 Like

Thank you both very much!
Just to be picky and annoying :grinning_face: , with the latest update everything is fine except for the arrow to open and close which still overlays the editor, as seen in the image below :grinning_face:
Really a trifle but just to point it out. :blush:

1 Like

Is this the same problem that is affecting the ACE editor?

Probably, I fixed it by just making adjustments to TinyMCE and I also fixed it in Monaco.

2 Likes

Can you update your issue in the repo with this? I can take a look at it next time I’m updating TinyMCE.

Done!

Thank you so much!