zepto
zepto copied to clipboard
Cannot read property 'trigger' of undefined
Hello!
Occasionally while tapping through the app I'm making using zepto, I'm getting this error:
zepto.js:2120 Uncaught TypeError: Cannot read property 'trigger' of undefined(…)
I don't seem to be able to reproduce this as it happens sporadically. Is there something that can be done with this error? Fault on my part?
I'm sorry if this issue has been asked/answered before and I'm clogging up your issues list.
Thanks in advance for any insight!
same problem here. Seems when I updated my chrome, zepto tap event went wrong.
update code (touch.js), it works.
Reproduced on Mac Chrome Version 55.0.2883.95 (64-bit).
and chrome55 tap event will trigger two times .
me too!!!!who can tell me how to deal with it??
@hym116 update code (touch.js), it works.
AFAIK this is fixed in the latest Zepto releases and can be closed, right?
Heya @SpellCraft, is this still an issue with the latest master branch? If so, can you please provide a reduced example that demonstrates the problem? (You can use a site like https://codepen.io for this.)