<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 - Changing the type attribute on an input field causes later events to stop propagation"
   href="https://bugs.webkit.org/show_bug.cgi?id=145265">145265</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Changing the type attribute on an input field causes later events to stop propagation
          </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>Unspecified
          </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>JavaScriptCore
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>blevins.charlie&#64;gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Changing the type attribute on an input field onfocus causes the click event to stop propagation.

Example: <a href="http://jsfiddle.net/7ps7LzrL/6/">http://jsfiddle.net/7ps7LzrL/6/</a>

I realize that this may be by design, however I was not able to find any documentation about this type of behavior.

Expected Output: The click event would fire after the focus event.

Received Output: The click event is not fired on the input after the focus event.</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>