GenericDatePickerCtrl wrecks wxDialog tab traversal

Please create a Trac ticket about this, don't forget to mention the platform.

···

On 2/5/12 11:32 AM, luvspython wrote:

The GenericDatePickerCtrl interferes with tab traversal in a
wxDialog. An example program is shown below.

You can tab out of the date-picker control as long as you don't click
the down-arrow and pick a date. Once you do that, you can no longer
tab out of the control.

[I have another similar issue that doesn't manifest itself in this
short example, which is that once I pick a date with the date-picker
control, then the Enter key no longer invokes the OK button and exit
of the dialog; I must click on the OK button, because Enter doesn't
work. If I don't pick a new date, the Enter key works as expected.]

python version 2.7, wxPython version 2.9.3.1

--
Robin Dunn
Software Craftsman