Ticket URL: <
http://trac.wxwidgets.org/ticket/14821>
#14821: wxAuiNotebook steals key events intended for children
---------------------------+------------------------------------------------
Reporter: LukasK | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: wxAui | Version:
Keywords: wxAuiNotebook | Blockedby:
Patch: 0 | Blocking:
---------------------------+------------------------------------------------
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).
--
Ticket URL: <
http://trac.wxwidgets.org/ticket/14821>