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
I cannot reproduce that issue, but we get that error logged very frequently in Sentry error tracking: "TypeError: Cannot read properties of undefined (reading 'events')"
Here e.data.events.preShow(t,e) is called, but e.data.events is undefined, which is why the error "Cannot read properties of undefined (reading 'events')" occurs.
As we do not use "events" property of contextMenu at all, I doubt we can fix anything.
Currently we are using JQuery v3.7.1
Seems that the error began with release of Chrome 132:
The text was updated successfully, but these errors were encountered:
SvenCM
changed the title
TypeError: Cannot read properties of undefined (reading 'events')
TypeError: Cannot read properties of undefined (reading 'events') on Chrome 132+
Feb 20, 2025
I cannot reproduce that issue, but we get that error logged very frequently in Sentry error tracking: "TypeError: Cannot read properties of undefined (reading 'events')"
Here
e.data.events.preShow(t,e)
is called, bute.data.events
is undefined, which is why the error "Cannot read properties of undefined (reading 'events')" occurs.As we do not use "events" property of contextMenu at all, I doubt we can fix anything.
Currently we are using JQuery v3.7.1
Seems that the error began with release of Chrome 132:
The text was updated successfully, but these errors were encountered: