question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Property 'call' issue on IE11

See original GitHub issue

I’ve been running in to some IE11 bugs in flatpickr recently. What troubles me the most is, that they seem inconsistent - sometimes they arise, sometimes they don’t. However i’ve been able to reproduce the following today:

When creating a default instance of flatpickr with no added options or anything, i receive an error when selecting a date in IE11:

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

From line 851 in flatpickr.js:

targetNode = Array.prototype.find.call(self.days.children, function (c, i) { ... }

I can reproduce in a current project of mines and with af fork of the bareboned jsfiddle. I’m on the newest version of flatpickr (4.4.3). Any ideas to a fix for this situation?

jsfiddle: https://jsfiddle.net/rbsmidt/a3jd2d88/

Environment flatpickr version used: 4.4.3 Browser name and version: IE 11 OS and version: Win 10

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
rbsmidtcommented, Apr 9, 2018

@chmln i’ve upgraded to latest release and from my testing so far everything works just as expected in IE11. I’ll keep testing and monitoring the sites i have in production with flatpickr, but i’m closing the issue as it seems resolved with release 4.4.4.

Thanks for your great work!

1reaction
flyingfischcommented, Apr 5, 2018

Understood. @chmln I’ll also do some testing once it’s out. Thanks for writing and maintaining this library btw, it’s super useful. 😃

On Thu, Apr 5, 2018, 9:45 AM Rasmus Boje Smidt notifications@github.com wrote:

@chmln https://github.com/chmln that sounds perfect - i’ll be happy to do some extended testing and report back once it’s out! Thanks a lot, and thanks for a great module 😃

@flyingfisch https://github.com/flyingfisch I didn’t tamper with a temporary workaround yet, as i wanted to give it a few days to see if the official fix would be released and fix my issues.

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/flatpickr/flatpickr/issues/1314#issuecomment-378941286, or mute the thread https://github.com/notifications/unsubscribe-auth/ABPxeVg-RgqjXXU0Cj_jRlUUVIMy42yAks5tliAMgaJpZM4TG3pv .

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular 2+: IE 11 Unable to get property 'call' of undefined or ...
This error only happens when running ng serve , and will not occur in a production build, so the issue is non-critical, and...
Read more >
IE 11 error: Object doesn't support property or method 'call ...
I made a new default app using the polymer starter kit and I built it using the es5-bundled preset. Will not work in...
Read more >
Object doesn't support property or method 'addEventListener'
I only have access to and need the fix applied to a Team Site and the sub-sites under it so InfoPath forms open...
Read more >
IE11 Error: Unexpected call to method or property access on ...
Hi,. We have an application that uses Cesium 1.39. Unfortunately our client is getting an error when they access it. They get this...
Read more >
Internet Explorer 11 - Wikipedia
On April 16, 2019, Internet Explorer 11 was made available to Windows Server 2012 and Windows Embedded 8 Standard, the only still supported...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found