[Python-bugs-list] [ python-Bugs-775535 ] Tooltip-window doesn't vanish if...

SourceForge.net noreply@sourceforge.net
Tue, 22 Jul 2003 22:20:48 -0700


Bugs item #775535, was opened at 2003-07-22 04:14
Message generated for change (Comment added) made by kbk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=775535&group_id=5470

Category: IDLE
>Group: Python 2.4
Status: Open
>Resolution: Accepted
Priority: 5
Submitted By: Gregor Lingl (glingl)
>Assigned to: Kurt B. Kaiser (kbk)
Summary: Tooltip-window doesn't vanish if...

Initial Comment:
When entering in the shell window of IDLE:

>>> len(

a tooltip-window appears with content
   
len(object) -> integer

Now, when deleting these four characters (or at least
the opening parentheses) the tooltip-window remains open.

I can enter other expressions, writing even behind this
tooltip-window and it vanishes only

- when clicking the shell-window with the mouse
- when minimizing and remaximizing the shell-window
- wehn using another function call and typing a new
opening parentheses.

It should vanish immediately, when the opening parentheses 
is deleted.

Regards, Gregor

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

>Comment By: Kurt B. Kaiser (kbk)
Date: 2003-07-23 00:20

Message:
Logged In: YES 
user_id=149084

Related to IDLEfork Bug 683123: ESC doesn't
close the call tip.

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

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