Closed
Description
Describe the bug
If you want to open flyout menu at the position where item was dropped after dragging using menuFlyout.Placement = PlacementMode.Pointer, currently, it opens it on a position where item was taken, not dropped, because last pointer position was not updated while dragging on MacOs.
I found out that to happens due to MouseMove is not captured on Mac while dragging
To Reproduce
- Make a function that creates flyout menu with the menuFlyout.Placement = PlacementMode.Pointer
- Call this function at the item drop event to open menu flyout there
- Menu flyout is created where item was started to be dragged instead
Expected behavior
MenyFlyout is created where it was dropped
Avalonia version
11.2.0
OS
No response
Additional context
No response