<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 - &lt;select mutiple&gt; not firing change event when mouse is released outside"
   href="https://bugs.webkit.org/show_bug.cgi?id=152540">152540</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>&lt;select mutiple&gt; not firing change event when mouse is released outside
          </td>
        </tr>

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

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

        <tr>
          <th>Version</th>
          <td>Safari 9
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Macintosh
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Mac OS X 10.11
          </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>yyx990803&#64;gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Live reproduction URL: <a href="https://jsfiddle.net/yyx990803/19yco4nv/">https://jsfiddle.net/yyx990803/19yco4nv/</a>

Steps to reproduce the problem:
1. Create a &lt;select&gt; element with the &quot;multiple&quot; attribute;
2. Drag over multiple options in the select box and release the mouse outside of it.

What is the expected behavior?
The &lt;select&gt; element should have fired a &quot;change&quot; event.

What went wrong?
The &quot;change&quot; event is not fired.

Behavior in other browsers:
- All other browsers except Chrome for Windows fire the &quot;change&quot; event correctly.
- Chrome for Windows fails the fire the event under stricter conditions. See Chromium issue: <a href="https://code.google.com/p/chromium/issues/detail?id=571927">https://code.google.com/p/chromium/issues/detail?id=571927</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>