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.

IE 11 issues with 0.9.2

See original GitHub issue

Hi All,

I have just grabbed the latest (0.9.2) and have hit an issue with IE11.

in the validate-binding-behavior bind method the target is undefined and blows up (no null checking)

quick fix >>

var target = this.getTarget(binding, source);
if (target === undefined || target === null)
      return;

Another issue regarding undefined objects in the unbind method

  if (binding.validationController !== undefined && binding.validationController.unregisterBinding != undefined)
    binding.validationController.unregisterBinding(binding);

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
andrewharrycommented, Jun 21, 2016

Thanks @janus007. i’m really enjoying working with Aurelia. Its the first time that javascript development has felt more productive than my traditional server-side MVC stack

0reactions
jdanyowcommented, Jun 21, 2016

now there’s a comment in the code explaining what it does ^^^

Read more comments on GitHub >

github_iconTop Results From Across the Web

Problems after installing Internet Explorer 11 - Microsoft Learn
IE is crashing or seems slow · Start IE11 in No Add-ons mode by running the Run command from the Start menu, and...
Read more >
Chat log from the meeting on 2021-09-28 - OpenSimulator
[11:05] Ubit Umarov: mysql on my box does crash on almost windows ... yeah the one that forced me to release a conenctor...
Read more >
Previous PyTorch Versions
To install a previous version of PyTorch via Anaconda or Miniconda, replace “0.4.1” in the following commands with the desired version (i.e., “0.2.0”)....
Read more >
Hypertext Transfer Protocol - Wikipedia
HTTP/3 has lower latency for real-world web pages, if enabled on the server, load faster than with HTTP/2, and even faster than HTTP/1.1,...
Read more >
Downloads - melonDS
fix invalid savemem commands, fixes Dementium (Arisotura) ... Fix potential issues with DSi title importing (Nadia, Epicpkmn11) ... melonDS 0.9.2.
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