<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Selecting with shift+drag results in unexpected drag-n-drop"
   href="https://bugs.webkit.org/show_bug.cgi?id=155314">155314</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Selecting with shift+drag results in unexpected drag-n-drop
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Event Handling
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>tonikitoo&#64;webkit.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>1) Load a page with some text content.
2) Select some text with mouse.
3) Press SHIFT and do a mouse-down on a text elsewhere on the page.
   - original selection in (2) gets extended to the click point in (3).
4) without releasing the SHIFT key the mouse (left) button, start moving the mouse to select more text.

Current result:
- Drag and drop gets triggered.

Expected result (Firefox / newest IE / Opera-Presto)
- Selection continues to get extended 'till mouse left button is released.</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>