IE 11 issues with 0.9.2
See original GitHub issueHi 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:
- Created 7 years ago
- Comments:7 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
now there’s a comment in the code explaining what it does ^^^