You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe vue-histogram-slider is based on another library called histogram-slider. I've tried to implement a fix for this as I think we just need to specify passive in any 'touchstart' event listeners. It looks like both the original library and the Vue wrapper have this issue.
All modern browsers report this for each item you iterate through when adding data to the histogram. It kills performance and there is no way that I can see to simply suppress it.
I have over 400 of these messages in my application each time the positions update which is whenever the user moves a map:
If these event listeners were updated to have '{ passive: true }', I believe it would correct the issue. I was thinking maybe @oguzhaninan has this setup where he could pull in the updated library and update each 'touchstart' event listener in 15 minutes. I see that there hasn't been an update in two years though. If I can correct this, should we create a new repository where we can keep an updated version? What do you guys suggest?
@oguzhaninan want to chime in? What do you want to do with this if anything? I think it should be kept alive but maybe it needs to be rewritten for Vue3; is this the reason for abandoning it?
The text was updated successfully, but these errors were encountered:
I believe vue-histogram-slider is based on another library called histogram-slider. I've tried to implement a fix for this as I think we just need to specify passive in any 'touchstart' event listeners. It looks like both the original library and the Vue wrapper have this issue.
All modern browsers report this for each item you iterate through when adding data to the histogram. It kills performance and there is no way that I can see to simply suppress it.
I have over 400 of these messages in my application each time the positions update which is whenever the user moves a map:
If these event listeners were updated to have '{ passive: true }', I believe it would correct the issue. I was thinking maybe @oguzhaninan has this setup where he could pull in the updated library and update each 'touchstart' event listener in 15 minutes. I see that there hasn't been an update in two years though. If I can correct this, should we create a new repository where we can keep an updated version? What do you guys suggest?
@oguzhaninan want to chime in? What do you want to do with this if anything? I think it should be kept alive but maybe it needs to be rewritten for Vue3; is this the reason for abandoning it?
The text was updated successfully, but these errors were encountered: