ractivejs / ractive-load

Import templates and components using AJAX
ractivejs.github.io/ractive-load
MIT License
55 stars 10 forks source link

Script loading/eval not working for IE8 #30

Open brtubb opened 9 years ago

brtubb commented 9 years ago

It appears the script parsing of templates fails quietly in IE8. The end result is a silent failure that doesn't get emit from ractive-load in any fashion, and puts the Promise in a metastable state (never triggers fail/success criteria).

The core issue is in eval2.Function(). The code is wrapping the component's Githubissues.

  • Githubissues is a development platform for aggregating issues.