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

noreply@sourceforge.net noreply@sourceforge.net
Sat, 09 Mar 2002 17:20:58 -0800


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

>Category: Tkinter
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?


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

>Comment By: Skip Montanaro (montanaro)
Date: 2002-03-09 19:20

Message:
Logged In: YES 
user_id=44345

setting the category.  seems sort of like a Tk issue to
me, not a Tkinter issue.


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

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