Bugs item #775535, was opened at 2003-07-22 05: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

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: IDLE
Group: Python 2.4
>Status: Closed
>Resolution: Fixed
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: 2006-07-22 17:52

Message:
Logged In: YES 
user_id=149084

Fixed by 'syntax' patch, Rev 41480

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

Comment By: Kurt B. Kaiser (kbk)
Date: 2003-07-23 01: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
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to