In the forum user cacb reported a problem with focus in the incremental search plugin.
The origin is this commit in the wxWidgets codebase: Make wxComboCtrl a wxCompositeWindow. The commit was later reverted, but after wx3.1.3 was released.
One possible solution is changing wxComboCtrl to a wxComboBox
This is fixed in the nightly because it uses a patched wxComboCtrl, but it is still an issue with the stock wx3.1.3
Library changes
Do we really want to fix this? I don't intend to do the work myself.
If someone thinks it is benefitial to do it then patches welcome. :)
Obsolete, wxWidgets 3.1.3 is history