Skip to content
This repository has been 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

Open
Sreilys opened this issue Oct 15, 2020 · 0 comments
Labels
component Relates to an Origami component

Comments

@Sreilys
Copy link

Sreilys commented Oct 15, 2020

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

@github-actions github-actions bot added the component Relates to an Origami component label Oct 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component Relates to an Origami component
Projects
None yet
Development

No branches or pull requests

1 participant