I have this small issue in Firefox which I’m unable to repair… does anyone know a possible solution?
TypeError: event is undefined
tippy_positions.curPageX = event.clientX + tippy_positions.scrollPageX;
in (line 335, col 3) http://example.com/wp-content/plugins/tippy/jquery.tippy.js?ver=6.0.0
This breaks the whole website only in firefox when autoshow=true.
Here file link: https://github.com/thechrisroberts/tippy/blob/master/jquery.tippy.js
Thank You!
sometimes if you trying to access event object directly then it runs in chrome but not in firefox. so solution is to take custom position related to div
open jquery.tippy.js
go to function getPositions ( line no 323)
replace line no 325 to 349
and it will work for you!!