jquery.nicescroll icon indicating copy to clipboard operation
jquery.nicescroll copied to clipboard

Vertical scrool freezer the browser

Open dhecar opened this issue 7 years ago • 1 comments

Hi, i'm an user of odoo (ERP,CRM) software. I'm using a module that has this library included to perform moviments in mobile platforms, this is the module --> https://github.com/it-projects-llc/pos-addons/tree/10.0/pos_mobile

I on of the scrool coded here the browser get to much violations and the browser go down. I think the problem if with this library because the line that make the violation in the browser is in that library, in concret line 2546
(passiveSupported && active) ? el.addEventListener(name, fn, { passive: false, capture: bubble }) : el.addEventListener(name, fn, bubble || false);

this is the browser log:

capture

Is this a bug, or an error in the pos_mobile module that i use?

Thanks

dhecar avatar Aug 03 '18 11:08 dhecar

Nicescroll code it's not so much on-the-edge as browser required, but I think your issue it's more related to event bind on application side. (I'm working on it) Sorry I can't support for your software. Try to comment some bind on wheel to detect evil code area.

inuyaksa avatar Aug 08 '18 08:08 inuyaksa