fecore1
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**_  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 );`...