Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TinyMCE Formats Submenu invisible #301

Closed
mr-rob opened this issue Oct 7, 2016 · 10 comments
Closed

TinyMCE Formats Submenu invisible #301

mr-rob opened this issue Oct 7, 2016 · 10 comments

Comments

@mr-rob
Copy link

mr-rob commented Oct 7, 2016

With larger sites, or larger text blocks, the submenu "Formats" isn't visible anymore.
Steps to reproduce:

  • Create new site
  • Add Text
  • Click on "Formats"
    mosaic_tinymce_floating
@fhnwba
Copy link

fhnwba commented Oct 13, 2016

This happens on long pages, when the text field is far below.

@tomgross
Copy link
Member

tomgross commented Oct 28, 2016

@vangheem @agitator Have you seen this? Any idea how to fix it? Probably this is a mockup issue ...

@vangheem
Copy link
Member

What version are you on? I thought I fixed all that craziness.

@mr-rob
Copy link
Author

mr-rob commented Oct 28, 2016

Plone-5.0.6
plone.app.mosaic-2.0.0rc2
Firefox 45.4.0 and Chrome 54

@datakurre
Copy link
Member

I can reproduce this, so looking into this.

@datakurre
Copy link
Member

Floating TinyMCE panels seem to check position of document.body for some reason. With CSS body { position: relative; } this works already better. Only format menus with oversized TinyMCE remain hidden.

@datakurre
Copy link
Member

I believe, I fixed this. There was a typo in the original fix by Nathan. I also added body { position: relative;} because that affects, how TinyMCE calculates fixed positions.

datakurre added a commit that referenced this issue Dec 9, 2016
Fix issue where TinyMCE format menu was invisible [fixes #301]
@mr-rob
Copy link
Author

mr-rob commented Dec 13, 2016

@datakurre unfortunately the submenu still disappears for me…

@datakurre
Copy link
Member

@mr-rob If you have tried the current master, have you tried to rebuild the bundles first? (Should be possible either from resource registry or by running make install and make in repository.)

I did not include rebuilt bundle, but will only build it for release.

@mr-rob
Copy link
Author

mr-rob commented Dec 13, 2016

@datakurre that did the trick, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants