Steps to reproduce:
In a fresh trunk image, hover the project title in the docking bar for a short moment and then move the cursor out of the VM window.
Expected behavior:
No tooltip is visible because the cursor does not hover the project title any longer.
Actual behavior:
The tooltip appears visible until the cursor is moved back into the VM window again:
Notes:
Do we get an event if the cursor enter/leaves the VM window? If not, we can we detect this? We would need to change the mouse over handler then.
A very dirty workaround might be to set the border width of the PasteUpMorph to 1 and compare ActiveHand position to the innerBounds of the world ...
Best,
Christoph
Carpe Squeak!