MahApps / MahApps.Metro

A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
https://mahapps.com
MIT License
9.27k stars 2.45k forks source link

Custom ContextMenu on NumericUpDown will not show on text input #3406

Closed punker76 closed 5 years ago

punker76 commented 5 years ago

Describe the bug A custom ContextMenu will not shown on the text input for

To Reproduce Create a ContextMenu and set it to one of these controls.

Expected behavior The ContextMenu should be shown at the text input.

Environment(please complete the following information):

Additional context Thx to @SR84 who found this issue.

SR84 commented 5 years ago

Super, danke.