Ticket #9 (closed defect)

Opened 8 years ago

Last modified 8 years ago

Accelerators are broken!

Reported by: anonymous Owned by: roebling
Priority: normal Milestone:
Component: wxGTK Version:
Keywords: Cc: roebling
Blocked By: Patch: no
Blocking:

Description

Bug#: 46
Product: .wxWindows
Version: pre 2.1.11
Platform: wxGTK
OS/Version: Linux - RedHat
Status: NEW
Resolution:
Severity: blocker
Priority: P5
Component: wxGTK
AssignedTo: ???
ReportedBy: dbryson@…
URL:
Summary: Accelerators are broken!

I just noticed that accelerators aren't working in wxGTK. The reason
is that the wxAcceleratorTable constructor forces the keycodes to
lower case while the keycode in a key event is uppercase. There
can never be a match.

It should either force the accelerator keycodes to uppercase or
just leave them alone.

Derry

Change History

Changed 8 years ago by roebling

Fixed a long time ago.

Note: See TracTickets for help on using tickets.