Opened 13 years ago
Closed 13 years ago
#9615 closed defect (fixed)
MSW: wxListCtrl incorrectly activates item on Alt + Space
Reported by: | botg | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wxMSW | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Patch: | yes |
Description
On Windows, Alt + Space is a system-wide hotkey to open the system menu of the currently active TLW.
In addition to opening the system menu, wxWidgets incorrectly activates the selected item in a focused wxListCtrl as well.
Attached patch is against 2.8 branch, applies against trunk as well.
Attachments (1)
Change History (2)
Changed 13 years ago by botg
comment:1 Changed 13 years ago by vadz
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
I think Alt-Enter shouldn't activate the item neither, this is normally used for showing properties of the item and not activating it so I've applied your patch in slightly modified form (r54400), thanks!