[wxPython] Change in tab-traversal in 2.3.2.1?

My application has a wxPanel containing 4 text controls and a Splitter that in
turn contains another text control and a list control. Prior to 2.3.2 the tab
order would visit the 4 text controls in order and then visit the splitter. I
added a OnFocus event to push the focus to the text control inside the
splitter.

That worked great. Each tab took me to the next field in the panel.

Now under 2.3.2.1, the tab order visits the first 4 text controls and then
goes back to the first one.

Is this a bug? A feature? In any case, how can I get the 4th tab to take me to
the text control embeded in my splitter?

Thanks
gb

My application has a wxPanel containing 4 text controls and a Splitter

that in

turn contains another text control and a list control. Prior to 2.3.2 the

tab

order would visit the 4 text controls in order and then visit the

splitter. I

added a OnFocus event to push the focus to the text control inside the
splitter.

That worked great. Each tab took me to the next field in the panel.

Now under 2.3.2.1, the tab order visits the first 4 text controls and then
goes back to the first one.

Is this a bug? A feature? In any case, how can I get the 4th tab to take

me to

the text control embeded in my splitter?

I don't recall any changes that would affect this, but you should probably
ask about it on wx-users as the person who may have made the change is not
on this list.

ยทยทยท

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!