-
Notifications
You must be signed in to change notification settings - Fork 380
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
fix: Problems in FluentMenu weren't correctly fixed #2788
Comments
Hmm. I think I mixed some stuff up there. Sorry about that. I'll see if we can get a fix to fix that out asap. |
I'm curious, would this impact the https://github.com/ksbecker/FluentUIMenuButtonBug If I roll back to v4.9.3 it works. |
You probably need to add |
I think I tried that, but I’ll try it again when I get into the office tomorrow. I was able to roll back to v4.9.3 for now. If that is the case, maybe I’ll update the documentation with a PR. I just noticed your name, @JamesNK. Thanks for your many years of contribution to .NET development. |
Just checked. You are just missing the MenuProvider. After adding it (in |
You're right... I've added a test to check the presence of this provider: #2793 |
Confirmed in my project, adding |
🐛 Bug Report
I tried out 4.10.2 and the fixes in it don't work. This PR is wrong: #2744
It added
display:fixed
. It should beposition:fixed
.Also, a PR added a z-index to fix content not being hidden: #2772. However, it is incomplete.
It added the z-index to
FluentMenuProvider
but it didn't add it toFluentTooltipProvider
which was supposed to getposition: fixed
in #2744💻 Repro or Code Sample
🤔 Expected Behavior
I suggest creating a page to test the various scenarios. Changes appear to be made without testing.
The page would have a way to test menus and tooltips don't add scroll bars. Menus and tooltips appear above other content, etc.
😯 Current Behavior
Current output:
💁 Possible Solution
🔦 Context
🌍 Your Environment
The text was updated successfully, but these errors were encountered: