magnify icon indicating copy to clipboard operation
magnify copied to clipboard

Strange issue

Open fridzema opened this issue 6 years ago • 2 comments

Hello,

I am using your package for over a year now and everything works perfect! But the things i just started with capturing client js errors in Sentry.

Now i get almost every hour the following errors:

TypeError
Unable to get property '0' of undefined or null reference

"magnifying").trigger("magnifyend")})},k=function(t){if(p){if(t?(t.preventDefault(),nPosX=t.pageX||t.originalEvent.touches[0].pageX,nPosY=t.
TypeError
undefined is not an object (evaluating 't.originalEvent.touches[0]')

?(t.preventDefault(),nPosX=t.pageX||t.originalEvent.touches[0].pageX,nPosY=t.pageY||t.originalEvent.touches[0].pageY,o.data("lastPos",{x:nPo

Do you have any idea where to look?

Tried in every modern browser but can't replicate it :(

fridzema avatar Feb 04 '19 14:02 fridzema

@fridzema , I don't have Sentry so cannot reproduce these errors. Can you try to reproduce them outside of Sentry?

thdoan avatar Jun 08 '19 23:06 thdoan

@fridzema I think you passing the wrong data attributes check Documetns else can you share the code here.

sanjay-makwana-avidbrio avatar Sep 09 '21 15:09 sanjay-makwana-avidbrio