<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Mouseleave fires on elements no longer in the DOM"
   href="https://bugs.webkit.org/show_bug.cgi?id=156971#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Mouseleave fires on elements no longer in the DOM"
   href="https://bugs.webkit.org/show_bug.cgi?id=156971">bug 156971</a>
              from <span class="vcard"><a class="email" href="mailto:ddkilzer&#64;webkit.org" title="David Kilzer (:ddkilzer) &lt;ddkilzer&#64;webkit.org&gt;"> <span class="fn">David Kilzer (:ddkilzer)</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=156971#c3">comment #3</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=156971#c1">comment #1</a>)
&gt; &gt; Correction:
&gt; &gt; 
&gt; &gt; See <a href="https://bugs.chromium.org/p/chromium/issues/detail?id=515921">https://bugs.chromium.org/p/chromium/issues/detail?id=515921</a> for the
&gt; &gt; corresponding Chromium bug that was fixed late last year.
&gt; 
&gt; Blink commit where this is fixed:
&gt; 
&gt; &lt;<a href="https://src.chromium.org/viewvc/blink?view=revision&amp;revision=200656">https://src.chromium.org/viewvc/blink?view=revision&amp;revision=200656</a>&gt;</span >

And the upstream commit log:

'''
Skipping mouseenter/over/out/leave on deleted nodes.

Both IE and FF skip firing of mouse transition events at deleted nodes,
with only IE doing it in a perfect manner by maintining the pairing of
entry/exit events. A crack in our code had been causing firing of these
events at a node after the node got deleted. This CL fixes the bug by
making chromium behave similar to FF. The perfect solution seems
non-trivial.

BUG=515921

Review URL: <a href="https://codereview.chromium.org/1288483003">https://codereview.chromium.org/1288483003</a>
'''</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>