[Python-bugs-list] [ python-Bugs-441172 ] Tree Widget does not cancell entry
noreply@sourceforge.net
noreply@sourceforge.net
Tue, 17 Jul 2001 07:29:03 -0700
Bugs item #441172, was opened at 2001-07-13 13:35
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=441172&group_id=5470
Category: IDLE
Group: None
Status: Open
Resolution: None
>Priority: 3
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Guido van Rossum (gvanrossum)
Summary: Tree Widget does not cancell entry
Initial Comment:
Tree Widget in Idle does not cancell properly.
Pressing escape validates the entry even though the
proper funciton is called. I'm running it on both Red
Hat, and OpenBSD.
----------------------------------------------------------------------
>Comment By: Guido van Rossum (gvanrossum)
Date: 2001-07-17 07:29
Message:
Logged In: YES
user_id=6380
I appreciate your bug report.
I don't have time to fix this; if you find a fix, please
submit a patch!
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2001-07-13 15:26
Message:
Logged In: NO
Apparently I have forgotten a few things.
I've tried it both with Python2.0 and 2.1. Idle 0.6
I am writing my own code that extends the Tree Widget but
the easiest way to reproduce the error is to:
import TreeWidget
TreeWidget.test2()
Try to change the name of one of the files and
press 'escape' to get out of it. The name still gets
changed. (the widget still calls edit_cancel but it
doesn't get the previous entry??)
----------------------------------------------------------------------
Comment By: Guido van Rossum (gvanrossum)
Date: 2001-07-13 13:42
Message:
Logged In: YES
user_id=6380
Please provide more information.
Are you writing code that uses the tree widget, or are you
simply using IDLE?
If the former, please show us your code.
If the latter, which window did you have open?
In either case, please tell us in more detail what you did,
what you expected, and what happened instead.
Also, please let us know what Pythin version and what IDLE
version.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=441172&group_id=5470