<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 - Choosing from a select element within a &lt;label&gt; field causes checkbox to be checked"
   href="https://bugs.webkit.org/show_bug.cgi?id=146950">146950</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Choosing from a select element within a &lt;label&gt; field causes checkbox to be checked
          </td>
        </tr>

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

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

        <tr>
          <th>Version</th>
          <td>528+ (Nightly build)
          </td>
        </tr>

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

        <tr>
          <th>OS</th>
          <td>Mac OS X 10.10
          </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>Forms
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>greg&#64;smilesoftware.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=256810" name="attach_256810" title="HTML which demonstrates this WebKit / label element bug">attachment 256810</a> <a href="attachment.cgi?id=256810&amp;action=edit" title="HTML which demonstrates this WebKit / label element bug">[details]</a></span>
HTML which demonstrates this WebKit / label element bug

To reproduce, open the attached webkit_label_bug.html file in the Safari nightly build (r186801).

Select from the popup. Note the checkbox state. Repeat 2-3 times.

Expected Behavior:
Selecting from popup has no impact on checkbox.

Actual Behavior:
Selecting from popup toggles the checkbox.

Here's the HTML in case there's any issue with the attachment:

&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;form action=&quot;#&quot;&gt;
&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;Checkbox&quot; id=&quot;3&quot; /&gt;Popup &lt;select name=&quot;popup_3&quot;&gt;&lt;option selected=&quot;selected&quot;&gt;One&lt;/option&gt;&lt;option&gt;Two&lt;/option&gt;&lt;option&gt;Three&lt;/option&gt;&lt;option&gt;Four&lt;/option&gt;&lt;option&gt;Five&lt;/option&gt;&lt;/select&gt;&lt;/label&gt;
&lt;/form&gt;
&lt;/body&gt;
&lt;/html&gt;</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>