This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Tooltip-window doesn't vanish if...
Type: Stage:
Components: IDLE Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: kbk Nosy List: glingl, kbk
Priority: normal Keywords:

Created on 2003-07-22 09:14 by glingl, last changed 2022-04-10 16:10 by admin. This issue is now closed.

Messages (3)
msg17229 - (view) Author: Gregor Lingl (glingl) (Python committer) Date: 2003-07-22 09:14
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
msg17230 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2003-07-23 05:20
Logged In: YES 
user_id=149084

Related to IDLEfork Bug 683123: ESC doesn't
close the call tip.
msg17231 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2006-07-22 21:52
Logged In: YES 
user_id=149084

Fixed by 'syntax' patch, Rev 41480
History
Date User Action Args
2022-04-10 16:10:07adminsetgithub: 38897
2003-07-22 09:14:25glinglcreate