Open alexdiliberto opened 7 years ago
I'm seeing this as well, alexdiliberto. Did you ever find a solution?
I believe we'll need to add the passive
option when setting any event listeners which don't call preventDefault
. This library currently uses jQuery and jQuery isn't planning to support passive
event listeners until their 4.0 release
Seeing a Chrome Violation in console output from Chrome 61 related to event listener performance. The code that initiates the chrome violation is here:
https://github.com/bgrins/spectrum/blob/1.8.0/spectrum.js#L307