fluentribbon / Fluent.Ribbon

WPF Ribbon control like in Office
http://fluentribbon.github.io
MIT License
2.48k stars 515 forks source link

How to Prevent ContextMenu from Displaying Alongside the System Context Menu When Right-Clicking the Window Title Bar Multiple Times #1203

Open bezierC0 opened 2 weeks ago

bezierC0 commented 2 weeks ago

When right-clicking multiple times on the window title bar in quick succession, the Windows system context menu appears, and the ContextMenu also displays. Is this a bug? How can I control it so that only the system context menu is displayed without showing the ContextMenu at the same time?


Environment

batzen commented 2 weeks ago

I can't reproduce this using the showcase application. Which version of Fluent.Ribbon are you using? Could you test with the latest version and if it also repros there provide a repro application?

bezierC0 commented 1 week ago

@batzen The version of FLuent.Ribbon is 9.0.4. <package id="Fluent.Ribbon" version="9.0.4" targetFramework="net472" />

In my system, this problem occurs. However, when I create a new test project (v9v10), this problem does not occur. It should be a problem with my system settings.

tooltab

batzen commented 1 week ago

Could you try to use the current version of Fluent.Ribbon and check if it still happens? Could you try to reproduce your issue in the showcase application of Fluent.Ribbon?

If it still happens with the current version but does not happen with the showcase application, it would be nice to get a small repro application from you as i can't reproduce your issue.