Skip to content

TypeError: Cannot read properties of undefined (reading 'events') on Chrome 132+ #777

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
SvenCM opened this issue Feb 20, 2025 · 0 comments

Comments

@SvenCM
Copy link

SvenCM commented 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, 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:

Image

@SvenCM 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant