Ticket #14961 (closed defect: fixed)
wxGTK modal wxDialog contextmenus no longer work properly since r73007
| Reported by: | dghart | Owned by: | vadz |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.9.5 |
| Component: | wxGTK | Version: | 2.9-svn |
| Keywords: | contextmenu modal dialog regression | Cc: | |
| Blocked By: | Patch: | yes | |
| Blocking: |
Description
r73007 fixed the unity bug #14823 by disabling menu events in a modal wxDialog. However this also prevents the dialog's contextmenu from achieving anything: the menu still appears and an item can be selected, but the handler never gets called. This can be seen in the attached 'minimal' sample diff.
Is it possible somehow to identify contextmenu events and allow them to be processed?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

