Ticket #14821 (new defect)
wxAuiNotebook steals key events intended for children
| Reported by: | LukasK | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wxAui | Version: | |
| Keywords: | wxAuiNotebook | Cc: | |
| Blocked By: | Patch: | no | |
| Blocking: |
Description
In revisions older than r72663, child panels of a wxAuiNotebook with the wxWANTS_CHARS-style received all key-presses, even navigation keys like Ctrl+PgDn.
Since r72664 (72663 did not compile), the wxAuiNotebook containing the panel receives the keypress as a navigation event, instead of the child panel receiving it as a keypress.
I don't know if this is an intentional change, but I can also not find a way to prevent the wxAuiNotebook from intercepting key-presses (other than an application-level filter on navigation events).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

