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.

IE11 'object doesn't support property or method 'isNaN''

See original GitHub issue

Actual Behavior

There is the error in console for IE 11:

Doesn’t work in IE11 - Object doesn’t support property or method ‘isNan’.

Steps to Reproduce

Just run video in IE11 (Document mode 11 (Default))

Analysis

This happens on IE11 with Document mode 11 (Default), but not on IE11 with Document mode Edge. Problem is not in this player.js, but in included one https://f.vimeocdn.com/p/3.11.27/js/player.js Issue is caused by condition (t=parseInt(t,10),Number.isNaN(t)) which is not IE11 friendly. This is only place where Number.isNaN is used. There are 31 occurrences of isNan, so maybe this can be converted?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:4
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
luwescommented, Jun 25, 2019

This should be resolved! Thanks for reporting.

3reactions
rebecca-sichcommented, Jun 25, 2019

Thank you all for bringing this to our attention. We are attempting to reproduce and then patch.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Object doesn't support property or method isNaN - Stack ...
I get this error in IE 11:.
Read more >
IE 11 Error: Object doesn't support property or method 'isNaN ...
Object doesn't support property or method 'isNaN' error in IE 11 when input component type is number. And field value remains same. Desired ......
Read more >
Javascript – Why does IE give this error: Object doesn't support ...
I get this error in IE 11: Object doesn't support property or method isNaN. JavaScript jQuery(document).ready(function($) { var $total = $('#total'), ...
Read more >
Object doesn't support property or method isNaN - YouTube
jQuery : Why does IE give this error: Object doesn't support property or method isNaN [ Beautify Your Computer ...
Read more >
object doesn t support this property or method ie 11, 0x800a01b6 ...
Current Behavior Object doesn't support property or method 'isNaN' error in IE 11 when input component type is number. And field value remains...
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