Skip to content

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

Open
@SvenCM

Description

@SvenCM

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions