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
Note: The biggest issue here is that the menu no longer opens at the right position after moving the window. The WebView2 code attempts to update the position, but that only happens currently if XAML renders (because WebView2 is using CompositionTarget.Rendered event to check for changes). We may need to update the position on more events, or see if there is an API available yet to catch when the window position changes.
Describe the bug
As title suggest.
Steps to reproduce the bug
Expected behavior
Menu should opens at pointer position.
Screenshots
2024-06-03.00-22-15.mp4
NuGet package version
WinUI 3 - Windows App SDK 1.5.3: 1.5.240428000
Windows version
Windows 10 (1809): Build 17763
Additional context
No response
The text was updated successfully, but these errors were encountered: