-
-
Notifications
You must be signed in to change notification settings - Fork 516
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
Empty ContextMenu shown when ribbon controls are used outside of Ribbon #1123
Comments
Could you try this with the current preview version of version 10? If it also happens with version 10 it would be nice if you could attach a small repro project. |
Confirm the small square is still shown on the right click in version - 10.0.0-alpha0256. |
Ah, you are trying to use the control outside of a Ribbon. The context menu code to support the same context menu on every ribbon control is quite complicated and the way it works leads to an empty context menu if controls meant to be used in the ribbon are used outside of a ribbon. I am not sure when and if I will ever fix this. |
Beyond this bug, are there any other issues if I use fluent controls like drop down button and split button outside the ribbon? |
Not as far as I know. |
I noticed that when I click on split button with right click, the follow small square appears:
Is this by design or it is a bug?
Here is the actual xaml:
Environment
The text was updated successfully, but these errors were encountered: