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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 3 15:21:17 PDT 2022


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

Ahmad Saleem <zlip.792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlip.792 at gmail.com

--- Comment #2 from Ahmad Saleem <zlip.792 at gmail.com> ---
All browsers differ from each other on Code Sandbox:

*** Safari 15.6.1 ***

pointerdown foo 
pointerup bar 

*** Firefox Nightly 106 ***

pointerdown foo 
pointerdown bar 
pointerup bar 

*** Chrome Canary 107 ***

pointerdown foo 
pointerup foo 
pointerdown bar 
pointerup bar 

________

I am not sure on the exact behavior aligned with web-spec but I hope someone else would be able to comment. Just sharing updated testing results. Thanks!

-- 
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/20220903/5c212b46/attachment-0001.htm>


More information about the webkit-unassigned mailing list