[Webkit-unassigned] [Bug 145265] New: Changing the type attribute on an input field causes later events to stop propagation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 21 07:41:12 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=145265

            Bug ID: 145265
           Summary: Changing the type attribute on an input field causes
                    later events to stop propagation
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Mac OS X 10.10
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: blevins.charlie at gmail.com

Changing the type attribute on an input field onfocus causes the click event to stop propagation.

Example: http://jsfiddle.net/7ps7LzrL/6/

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150521/03792673/attachment.html>


More information about the webkit-unassigned mailing list