Tk Library Source Code

View Ticket
Login
Ticket UUID: 1547729
Title: Tooltip isn't cleared correctly
Type: Bug Version: None
Submitter: mbroeken Created on: 2006-08-28 07:24:52
Subsystem: tklib Assigned To: hobbs
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2007-11-01 06:04:45
Resolution: Fixed Closed By: hobbs
    Closed on: 2007-10-31 23:04:45
Description:
If an item has a tooltip, this tooltip is shown when
the cursor enters this item. When I try to clear the
tooltip with [tooltip::tooltip clear] when the cursor
is on the item, the tooltip isn't cleared. Only after I
move the mouse *and* click elsewhere is the tooltip
removed.
User Comments: hobbs added on 2007-11-01 06:04:45:
Logged In: YES 
user_id=72656
Originator: NO

in tooltip 1.4.  I didn't do the display if you just add the tooltip, just the clear if removed.

BTW, diff -u is much easier to read.

mbroeken added on 2006-08-29 14:04:24:

File Added - 191083: tooltip.tcl.patch

mbroeken added on 2006-08-29 14:03:58:

File Deleted - 191082:

mbroeken added on 2006-08-29 14:03:08:

File Deleted - 190937: 



File Added - 191082: tooltip.tcl.patch

mbroeken added on 2006-08-28 15:35:02:

File Added - 190937: tooltip.tcl.patch

Logged In: YES 
user_id=368971

I've improved the previous patch to correctly clear and set
tooltips on items with the cursor over them.

mbroeken added on 2006-08-28 15:33:34:

File Deleted - 190935: 

Logged In: YES 
user_id=368971

A tooltip isn't shown immediately when the cursor is already
on the item. This bug isn't fixed in the patch.

mbroeken added on 2006-08-28 15:08:40:

File Added - 190935: tooltip.tcl.patch

Logged In: YES 
user_id=368971

I've added a patch which fixes this bug. It withdraws the
tooltip when the cursor is on the widget for which the
tooltip is cleared.

Attachments: