Skip to content
This repository was archived by the owner on Nov 18, 2021. It is now read-only.
This repository was archived by the owner on Nov 18, 2021. It is now read-only.

IE11 SCRIPT5007: Unable to get property 'call' of undefined or null reference #139

@Sreilys

Description

@Sreilys

Bug report

What

On IE11 every time I click anywhere on the page I get
SCRIPT5007: Unable to get property 'call' of undefined or null reference

Details

  • how to reproduce it: click anywhere on the page
  • describe the environment you are having this problem in
    • Browser: IE11 (11.329.19041.0)
    • Device: Desktop
    • provide screenshots to illustrate your problem:
      Screen Shot 2020-10-15 at 12 59 17 PM

Additional information

This happens here:

line 363:

else if (listener.matcher.call(target, listener.matcherParam, target)) {
          toFire.push([event, target, listener]);
 } 

Docs from Microsoft: https://docs.microsoft.com/en-us/scripting/javascript/misc/object-expected

Metadata

Metadata

Assignees

No one assigned

    Labels

    componentRelates to an Origami component

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions