[Python-bugs-list] [ python-Bugs-429031 ] Text widget, bindtags and Tabs

noreply@sourceforge.net noreply@sourceforge.net
Thu, 31 May 2001 07:58:34 -0700


Bugs item #429031, was updated on 2001-05-31 07:58
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=429031&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Alankar Misra (alankar)
Assigned to: Nobody/Anonymous (nobody)
Summary: Text widget, bindtags and Tabs

Initial Comment:
While using a Text widget, if I were to swap the first 
two default elements in the bindtags tuple 
(text._w,'Text') swapped to ('Text',text._w), ie the 
Text widget now recieves all the key events before a 
bound event handler does, the Text widget will eat up 
Tabs and the event handler will never be called. The 
attached py file demonstrates just that. It works with 
all the other keys, why not tabs?


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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=429031&group_id=5470