fecore1

Results 2 comments of fecore1

I think the problem is with the block of [code](https://github.com/jquery/jquery/blob/main/src/event.js#L532-L600) By the example above: > https://codepen.io/rushyoutuber/pen/PoeodNX _Screenshot of function **dispatch**_ ![image](https://user-images.githubusercontent.com/89127124/195867531-348da47c-9274-447e-9754-ece0bc821862.png) First click: in function `leverageNative`, `( event.isTrigger & 1...

On Chrome 95.0.4638.69 Windows, I can reproduce this, and Incognito mode is not necessary. And the problem may be caused by get `bg.png` from memory cache. https://github.com/jquery/jquery/blob/4250b628783d7bfa92ec6c5550c6e4b22fab6034/src/effects.js#L25-L35 `window.requestAnimationFrame( schedule );`...