-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
ContextMenu display issues #440
Comments
Thanks, let's address this whilst working out #438. I will have a look into it too (probably this weekend). |
I revisited this and realized that the difference was intentional.
Consequently, I am going to close this issue as invalid. The text overflow wasn't an issue until #438 introduced custom context menu items, so it can be dealt with in that PR. |
👍 |
Noticed while working on fbd082d
Sometimes ContextMenu items with submenus do not display correctly (the arrow is not a separate element from the rest of the button). When this happens, the submenuTitle is not displayable; the parent menu item's title displays instead. This may also trigger the parent's click handler when trying to open the submenu. The overflow behaviour for the menu items could also be improved, so the last button in this example looks better.
These are probably trivial CSS changes, but I'm not even going to try fixing them. Hopefully somebody else could help fix these display issues.
The text was updated successfully, but these errors were encountered: