<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi Hilaire,</p>
    <p>I've just pushed a fix for this.</p>
    <p>Thanks,</p>
    <div class="moz-cite-prefix">On 24/09/2025 10:22 AM, Hilaire
      Fernandes via Cuis-dev wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:8cad3def-2d07-4ae9-9ec4-6fe9cc22ed3f@free.fr">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <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"
      moz-do-not-send="true">http://mamot.fr/@drgeo</a></pre>
      <br>
      <fieldset class="moz-mime-attachment-header"></fieldset>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
Juan Vuletich
<a class="moz-txt-link-abbreviated" href="http://www.cuis.st">www.cuis.st</a>
github.com/jvuletich
researchgate.net/profile/Juan-Vuletich
independent.academia.edu/JuanVuletich
patents.justia.com/inventor/juan-manuel-vuletich</pre>
  </body>
</html>