[Python-bugs-list] [Bug #114923] ToolTip not showing text on AIX 4.3

noreply@sourceforge.net noreply@sourceforge.net
Thu, 21 Sep 2000 14:23:20 -0700


Bug #114923, was updated on 2000-Sep-20 14:27
Here is a current snapshot of the bug.

Project: Python
Category: IDLE
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 1
Summary: ToolTip not showing text on AIX 4.3

Details: IDLE0.6 runs nicely on AIX except that the tip text itself does not show when the pop up box appears. The box seems to be sized properly but is blank.

-Robin Friedrich

Follow-Ups:

Date: 2000-Sep-20 16:54
By: gvanrossum

Comment:
Could it be a Tcl version problem? It's hard to debug this... :-(
-------------------------------------------------------

Date: 2000-Sep-21 14:17
By: none

Comment:
Yes I imagine it will be hard to debug. The tclTk version is 8.3.2. I am unaware of problems with that on the X windows platforms. Has this been noticed on other unices with 2.0b1?  --Robin F.
-------------------------------------------------------

Date: 2000-Sep-21 14:23
By: gvanrossum

Comment:
BTW, where do you expect to see tooltips? The only place I can think of is when you type a function name followed by a left paren. Is that it? What function name did you use?

(And yes, this works fine for me on Linux.)

Could it have to do with font? color? Perhaps your window manager?
Source is in CallTipWindow.py if you want to play.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=114923&group_id=5470