You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user opens the context menu, it stays open until one of the menu items clicked.
However, clicking anywhere should close the menu.
Furthermore, the menu stays on top of every other window which is very disturbing for the user experience.
I'm using the latest available CefSharp.Wpf library which's version is 75.1.142.
You can reproduce this problem simply by putting a ChromiumWebBrowser to a WPF window and right-clicking on it.
I've found a similar issue that was closed due to a fix (#1795).
But it seems like the problem was reappeared.
The text was updated successfully, but these errors were encountered:
Hi,
When the user opens the context menu, it stays open until one of the menu items clicked.
However, clicking anywhere should close the menu.
Furthermore, the menu stays on top of every other window which is very disturbing for the user experience.
I'm using the latest available CefSharp.Wpf library which's version is 75.1.142.
You can reproduce this problem simply by putting a ChromiumWebBrowser to a WPF window and right-clicking on it.
I've found a similar issue that was closed due to a fix (#1795).
But it seems like the problem was reappeared.
The text was updated successfully, but these errors were encountered: