<!DOCTYPE html>
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font size="4">I think I have issues with the mouseEnter/Leaver. Don't
        know if it is related to recent changes but the behavior has
        changed unexpectedly in my app.</font></p>
    <p><font size="4">When the mouse enters an annotator morph, the
        annotator receives a mouse enter (normal) then a mouse leave
        event (abnormal).</font></p>
    <p><font size="4">This is because the the enter handler does that:</font></p>
    <pre><font size="4">mouseEnter: evt
    'enter' print.
    self removeAlarm: #removeHalo.
    self show.
<b>    self addHalo</b></font></pre>
    <p><font size="4">Adding the halo makes the system to emit a mouse
        leave event to the annotator. Then if I move again the mouse
        while still over the annotator, a new mouse enter event is
        emmited. So it is like adding the halo to the annotator makes
        the mouse to leaven the morph, which is not the case.</font></p>
    <p><font size="4">This issue was not present previously.</font></p>
    <p><font size="4">Thanks</font></p>
    <p><font size="4">Hilaire</font></p>
    <pre class="moz-signature" cols="72">-- 
<a class="moz-txt-link-freetext" href="http://mamot.fr/@drgeo">http://mamot.fr/@drgeo</a></pre>
  </body>
</html>