[Webkit-unassigned] [Bug 134319] New: [iOS]: Tapping <button> outside of a form is no longer working

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 25 17:34:19 PDT 2014


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

           Summary: [iOS]: Tapping <button> outside of a form is no longer
                    working
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: dbates at webkit.org, benjamin at webkit.org


Reduction:

    <button>Test Button</button>
    <script>
    document.addEventListener('click', function() {
        alert('click');
    }, false);
    </script>

This is no longer working. It looks like when upstreaming iOS WebKit we changed HTMLButtonElement::willRespondToMouseClickEvents away from the iOS implementation to the OpenSource (Chromium / Android implementation). We should revert back to the iOS implementation that supports <button> outside of a <form>.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list