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

Toolbar buttons overlap menus #4542

Closed
alecpl opened this issue Aug 24, 2018 · 2 comments
Closed

Toolbar buttons overlap menus #4542

alecpl opened this issue Aug 24, 2018 · 2 comments

Comments

@alecpl
Copy link
Contributor

alecpl commented Aug 24, 2018

Toolbar buttons have higher z-index that the popup menus.

This can be reproduced if there's not enough place to display the menu below the toolbar.

tiny_menu_bug

https://codepen.io/tinymce/pen/NGegZK

@jipexu
Copy link

jipexu commented Sep 28, 2018

true !!
v 4.8.3
yes the generated z-index (65535) is to low (with 70000 it's become ok)

<div id="mceu_203" class="mce-container mce-panel mce-floatpanel mce-menu mce-animate mce-menu-has-icons mce-menu-align" hidefocus="1" tabindex="-1" role="application" aria-labelledby="mceu_203" aria-describedby="mceu_203-none" style="border-width: 1px; z-index: 65535; left: 447.733px; top: 275px; width: 190.15px; display: none;">

@alecpl
Copy link
Contributor Author

alecpl commented Mar 7, 2019

Not a problem in TinyMCE 5. Closing.

@alecpl alecpl closed this as completed Mar 7, 2019
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

2 participants