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
{{ message }}
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
generally multiple mobile devices with touch interface
The text was updated successfully, but these errors were encountered:
LPodolski
changed the title
Uncaught TypeError: Cannot read property 'x' of undefined
self.newPoints[1].x - Uncaught TypeError: Cannot read property 'x' of undefined
Mar 21, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
[2021-03-20 22:58:51] frontend.ERROR: Uncaught TypeError: Cannot read property 'x' of undefined {"file":"https://www.ogloszenia.jaslo4u.pl/asset/build/3024.666f1515.js","line":1,"column":49449,"url":"https://www.ogloszenia.jaslo4u.pl/l/456243/ferguson-255-ciagniki-i-maszyny-rolnicze-motoryzacja","userAgent":"Mozilla/5.0 (Linux; Android 10; SM-M115F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.86 Mobile Safari/537.36","platform":"Linux armv8l","customContext":"","stacktrace":"
https://www.ogloszenia.jaslo4u.pl/asset/build/3024.666f1515.js : l.onZoom : 1 : 49449
https://www.ogloszenia.jaslo4u.pl/asset/build/3024.666f1515.js : l.ontouchmove : 1 : 46331
https://www.ogloszenia.jaslo4u.pl/asset/build/9755.86e4e487.js : HTMLDocument.i : 2 : 89320
https://www.ogloszenia.jaslo4u.pl/asset/build/9755.86e4e487.js : HTMLDocument.dispatch : 2 : 43461
https://www.ogloszenia.jaslo4u.pl/asset/build/9755.86e4e487.js : HTMLDocument.v.handle : 2 : 41456"} []
which corresponds with https://github.com/fancyapps/fancybox/blob/master/dist/jquery.fancybox.js#L4321 in this project
To Reproduce
could not manually reproduce, error cached by fronted errors monitoring
as far as I can tell this error is due to not checking that property exist in array here, during touch zoom gesture:
self.newPoints[1].x
Expected behavior
executes without errors
Smartphone (please complete the following information):
generally multiple mobile devices with touch interface
The text was updated successfully, but these errors were encountered: