[ wxwindows-Bugs-1582045 ] Strange behavior in wxTextControl

SourceForge.net noreply at sourceforge.net
Sat Oct 21 16:53:51 PDT 2006


Bugs item #1582045, was opened at 2006-10-21 23:53
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1582045&group_id=9863

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxGTK specific
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Peter (peteuser)
Assigned to: Nobody/Anonymous (nobody)
Summary: Strange behavior in wxTextControl

Initial Comment:
A program I am writing has several text controls and
some buttons, among others. With the text controls
showing some data, as I tab through them, each one
highlights the data, then unhighlights the data when
the tab changes the
focus to the next text control. EXCEPT for the last
text control, where a tab changes the focus to a button
control. In that case, instead of the highlight
disappearing, it 'grays out', as if the text control
was disabled. It stays in this condition until the
focus reaches it again (through tabbing). It
highlights, then again 'grays out' when losing focus.
This only seems to happen when focus leaves a text
control containing data and goes on to some other kind
of control, in this case a button.

To see if it was just my program or something generic,
I ran realworld.py (attached) from wxPython in Action
from Chapter 11, and it exhibits the same behavior.

Thanks

wxPython-2.6.3.2
wxGTK-2.6.3.2
Python-2.4.3


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1582045&group_id=9863




More information about the wx-dev mailing list