phetsims / resistance-in-a-wire

"Resistance in a Wire" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/resistance-in-a-wire
GNU General Public License v3.0
1 stars 4 forks source link

Browser Violations on ?fuzzMouse #80

Closed zepumph closed 7 years ago

zepumph commented 7 years ago

[Violation] Added non-passive event listener to a scroll-blocking 'wheel' event. Consider marking event handler as 'passive' to make the page more responsive.
Sim.js?bust=1493224037556:605 [Violation] 'setTimeout' handler took 201ms
Sim.js?bust=1493224037556:621 [Violation] 'setTimeout' handler took 240ms
[Violation] 'requestAnimationFrame' handler took 103ms
[Violation] 'requestAnimationFrame' handler took 143ms
[Violation] 'requestAnimationFrame' handler took 81ms
zepumph commented 7 years ago

These happen in all sims. I don't see this as a problem, and this (RIAW) isn't the place to solve this. Closing