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
And a menu item in that split button, which also contains a tooltip or screentip
And a logic (command or click handler) that opens a dialog / runs a new dispatcher loop.
When clicking on the menu item, the dialog is shown and a moment later, the tooltip for the split button is shown (overlapping whatever is on the screen)
@atlastodor That's not a bug in Fluent.Ribbon, but in WPF itself. Please have a look at dotnet/wpf#4613
This bug was introduced by changes made to WPF which added ToolTip opening by keyboard focus.
You can also reproduce this by switching to a regular tooltip.
Danke Bastian. Close the case for now, as we can't do much. I believe we will use the app context switch to disable this "feature" in 4.8. We will be migrating to .Net 6 later this year and I cross fingers that MS will fix it. Will they accept a PR in the WPF repository, if we implement the fix?
@atlastodor I implemented a fix, proposed a PR and they rejected it because "Your solution here isn't quite flexible enough.". But they seem to plan to fix this, don't know if it will be included in .NET 6.
Given:
When clicking on the menu item, the dialog is shown and a moment later, the tooltip for the split button is shown (overlapping whatever is on the screen)
See video: https://www.screencast.com/t/szioTWRk04Z
Environment
The text was updated successfully, but these errors were encountered: