<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>219188</bug_id>
          
          <creation_ts>2020-11-19 17:40:30 -0800</creation_ts>
          <short_desc>PointerDown not fired after PointerUp on disabled form element</short_desc>
          <delta_ts>2024-06-27 15:12:53 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>UI Events</component>
          <version>Safari 14</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>macOS 10.15</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>CONFIGURATION CHANGED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>251246</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Rob Snow">rsnow</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ahmad.saleem792</cc>
    
    <cc>akeerthi</cc>
    
    <cc>a_protyasha</cc>
    
    <cc>ap</cc>
    
    <cc>bfulgham</cc>
    
    <cc>cdumez</cc>
    
    <cc>richard_robinson2</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>zalan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1709352</commentid>
    <comment_count>0</comment_count>
    <who name="Rob Snow">rsnow</who>
    <bug_when>2020-11-19 17:40:30 -0800</bug_when>
    <thetext>See codesandbox https://codesandbox.io/s/eloquent-herschel-pgwci?file=/index.html
1) open developer console
2) click &apos;foo&apos;
3) click &apos;bar&apos;

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&amp;label=master&amp;aligned</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1710193</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2020-11-26 17:41:15 -0800</bug_when>
    <thetext>&lt;rdar://problem/71755418&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1896095</commentid>
    <comment_count>2</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2022-09-03 15:21:17 -0700</bug_when>
    <thetext>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!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2043469</commentid>
    <comment_count>3</comment_count>
    <who name="Rob Snow">rsnow</who>
    <bug_when>2024-06-27 14:58:54 -0700</bug_when>
    <thetext>This appears to have been fixed in 17.5</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>