<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:bburg&#64;apple.com" title="Brian Burg &lt;bburg&#64;apple.com&gt;"> <span class="fn">Brian Burg</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r8780): Backwards delete by word incorrectly appends deleted text to kill ring, should be prepend"
   href="https://bugs.webkit.org/show_bug.cgi?id=151300">bug 151300</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Summary</td>
           <td>Backwards delete by word incorrectly appends deleted text to kill ring, should be prepend
           </td>
           <td>REGRESSION(r8780): Backwards delete by word incorrectly appends deleted text to kill ring, should be prepend
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r8780): Backwards delete by word incorrectly appends deleted text to kill ring, should be prepend"
   href="https://bugs.webkit.org/show_bug.cgi?id=151300#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r8780): Backwards delete by word incorrectly appends deleted text to kill ring, should be prepend"
   href="https://bugs.webkit.org/show_bug.cgi?id=151300">bug 151300</a>
              from <span class="vcard"><a class="email" href="mailto:bburg&#64;apple.com" title="Brian Burg &lt;bburg&#64;apple.com&gt;"> <span class="fn">Brian Burg</span></a>
</span></b>
        <pre>I am not even kidding about the title change, Darin regressed this almost 11 years ago:

<a href="http://trac.webkit.org/changeset/8780">http://trac.webkit.org/changeset/8780</a>


The relevant mistake can be seen here, where the code no longer computes 'prepend' based on the selection direction, nor does it change to disambiguate inside _deleteRange using the passed-in deletion type enum.

<a href="https://github.com/WebKit/webkit/commit/05b622f#diff-2929972b50734b9742ad9676920551a0L4153">https://github.com/WebKit/webkit/commit/05b622f#diff-2929972b50734b9742ad9676920551a0L4153</a>

Sorry Darin! This should not be too difficult to fix, though the code has moved about 30 times in 11 years. Might take a while to find the exact place to do it.</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>