Jump to content

[Solved] TinyMCE symbolbar are not on top in frontend edit (bug?)


Tiberium
 Share

Recommended Posts

Hi,

when I use the frontend editing, I have the problem that the editor menu-/symbol-bar are not on top of the text above. When I try to use the symbols over the text above, it will frontend edit the text above. Also, changing the text field to "normal" editor do not change that behavior - because in frontend edit, it always seems "inline".

image.png.ec7108aaecabbee73caa23e3ddd7e1ab.png

The solution for me was to add

.tox-tinymce {
	z-index: 99;
}

to solve the issue. But this css come from the core and not from the module RockPageBuilder. So for the moment, I put this rule in my _main.php via the <style>-tag in the <head>, with an if statement (only render when user with edit access are on the frontend).

Is it something that has to be "corrected" on upstream (the core inputfield), by the module, or did my frontend dev something that mess about it in the first place?

PS: Also, I'm little unsure if this post belongs more in RockFrontend Forum?

 

Edited by Denis Schultz
It is solved
Link to comment
Share on other sites

  • Tiberium changed the title to [Solved] TinyMCE symbolbar are not on top in frontend edit (bug?)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...