<?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>230091</bug_id>
          
          <creation_ts>2021-09-09 04:27:16 -0700</creation_ts>
          <short_desc>REGRESSION (iOS 15): Binding to a gesture event makes rendering go wrong on iOS 15</short_desc>
          <delta_ts>2022-02-12 22:18:17 -0800</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 Technology Preview</version>
          <rep_platform>iPhone / iPad</rep_platform>
          <op_sys>Other</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>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Wart Claes">wart.claes</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>bfulgham</cc>
    
    <cc>cdumez</cc>
    
    <cc>graouts</cc>
    
    <cc>hi</cc>
    
    <cc>thorton</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>wenson_hsieh</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1791851</commentid>
    <comment_count>0</comment_count>
    <who name="Wart Claes">wart.claes</who>
    <bug_when>2021-09-09 04:27:16 -0700</bug_when>
    <thetext>We encountered some issues with the &quot;gesturestart&quot; and &quot;gesturechange&quot; events on iOS 15.

When tapping fast through the items on the page it happens that the box doesn&apos;t change color on the actual tap.
That color change will happen when you tap anywhere else on the screen.

It seems like the page doesn&apos;t re-render it correctly and by tapping again it triggers a paint to correct it.

If we remove the (empty) listeners of &quot;gesturestart&quot; and &quot;gesturechange&quot; the issue is resolved.

(removing one of them keeps the issue so I guess it&apos;s also possible that it happens on &quot;gestureend&quot;)


Code example
------------
https://stackblitz.com/edit/js-g3qxtk


Test page
---------
https://js-g3qxtk.stackblitz.io


Steps to reproduce
------------------
1. Click in quick succession on Item 1 and then on Item 2
2. Item 1 will be green, Item 2 will still be red.
3. Click anywhere else and Item 2 will turn green.

This only happens on iOS 15 (beta 8 at the moment) and it did not occur on iOS 14.7.1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1794009</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2021-09-16 04:28:15 -0700</bug_when>
    <thetext>&lt;rdar://problem/83192041&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1799049</commentid>
    <comment_count>2</comment_count>
    <who name="Smoley">smoley</who>
    <bug_when>2021-09-30 15:36:25 -0700</bug_when>
    <thetext>Thanks for filing, I can confirm this isn&apos;t reproducing for me on iOS 14.7.1 and I do see the issue on the latest iOS 15 beta. Ccing relevant folks here.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1840944</commentid>
    <comment_count>3</comment_count>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2022-02-12 22:18:17 -0800</bug_when>
    <thetext>QA is unable to reproduce this on iOS 15.3. or newer.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>