[Webkit-unassigned] [Bug 205458] REGRESSION: [ iOS ] imported/w3c/web-platform-tests/dom/events/Event-dispatch-on-disabled-elements.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 1 08:47:50 PST 2020


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

Antoine Quint <graouts at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dbates at webkit.org,
                   |                            |thorton at apple.com,
                   |                            |wenson_hsieh at apple.com

--- Comment #3 from Antoine Quint <graouts at apple.com> ---
The failing test, "Real clicks on disabled elements must not dispatch events.", runs the same steps for five types of elements: "button", "fieldset", "input", "select" and "textarea", in that order.

If we run the steps for each element type individually, it passes. If we run "button", "fieldset", "input" and then either "select" or "textarea", it passes. However, if we try to run both of those, it fails.

Logging shows that we do not enter -[WKContentViewInteraction _singleTapRecognized:] after the "click" event to "select" has been delivered. My guess is that even though the "select" element has been removed, UIKit still delivers the immediate next tap to it and the WKContentView doesn't see it and fails to deliver the next tap to the Web content.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200101/de48cd5f/attachment.htm>


More information about the webkit-unassigned mailing list