[Webkit-unassigned] [Bug 219188] New: PointerDown not fired after PointerUp on disabled form element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 19 17:40:30 PST 2020


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

            Bug ID: 219188
           Summary: PointerDown not fired after PointerUp on disabled form
                    element
           Product: WebKit
           Version: Safari 14
          Hardware: Macintosh
                OS: macOS 10.15
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rsnow at adobe.com

See codesandbox https://codesandbox.io/s/eloquent-herschel-pgwci?file=/index.html
1) open developer console
2) click 'foo'
3) click 'bar'

Expected:
onPointerDown on foo
onPointerDown on bar
onPointerUp on bar

Observed:
onPointerDown on foo
onPointerUp on bar

Works in Chrome and Firefox

Other relevant info:
https://bugs.chromium.org/p/chromium/issues/detail?id=695979
https://wpt.fyi/results/pointerevents?label=experimental&label=master&aligned

-- 
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/20201120/1a82e565/attachment.htm>


More information about the webkit-unassigned mailing list