Feedback
ContextMenu.ShowAt freezes desktop apps after right-click
- Status
- Fixed
- Fixed in
- v26.5.6
- Source discussion
- https://forum.objo.dev/d/128-contextmenu-crash-ide
- Last updated
- 2026-05-24
Public summary
Calling ContextMenu.ShowAt from a Canvas MouseDown handler can freeze the running desktop app after right-clicking the canvas. The menu should open at the requested control position and either return the selected item text or an empty string when dismissed without hanging the app.