<div dir="ltr">This change set is a small tweak over the changes I did a couple of days ago (should be applied to the latest updated image tho). It makes balloons disappear on mouse leave and mouse down, not on mouse move.<div><br></div><div>The "problem" of the tooltip for the window title staying around after the mouse moves to the class list was not due to the balloon alarm not being properly removed, as I thought. It happens because the mouse never leaves the window, and the target of the title tooltip is the window itself. I think it would look better if it disappeared when the mouse leaves the window title, but the correct way to achieve that seems to be to change the windows and make the title a separate submorph instead of just drawing it in drawOn:, not to change tooltip behavior in general. Besides this, everything else about tooltips seems to be working fine now, the biggest problem I had with flashing tooltips is fixed.</div><div><br></div><div>Thanks,</div><div>Luciano</div></div>