|
From: | Jan D. |
Subject: | Re: Tooltip pops up when moving mouse |
Date: | Thu, 17 Mar 2005 21:12:08 +0100 |
You can (perhaps) see another version of this problem if you slowly movethemouse over a link. The tooltip pops up and immediately disappears again.That I am seeing this problem may depend on both that I have a slow pcandthat I am using w32. I believe it is a thread issue. Mouse movements aredetected by the UI thread, but I believe that the lisp timer for thetooltippopup runs in the lisp thread. I do not know if the problem is there on XWindows as well but I would believe it.It is not.Thanks. Then I must say I do not understand how this works. As far as I see for this to work reliably tooltip.el:tooltip-start-delayed-tip must record the mouse position (because if the mouse has moved when the timer fires thetooltip should not be shown). However it does not.Could someone please try to explain this to me? Am I missing something here?
I don't know how it is implemented, but the tooltip for a link in X11 is not removed if you move the mouse within the link, it is only removed when you leave the link (i.e. the highlight is removed). So the enter/leave link code must do something.
Jan D.
[Prev in Thread] | Current Thread | [Next in Thread] |