-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EJS templates error in Internet Explorer 9 #117
Comments
How are you running IE9? OS / VM? Standards / Quirks mode? |
Tested on a OSX VMWare Fusion with IE9 (811216421) with all compatibility modes. Same error on both machines. |
In my IE9 with latest jquerymx, in the console:
Are you trying this with latest from master? And you don't see what I see? |
No, I'm not using the master branch. |
Can you try it with just replacing your version of EJS with the latest at: https://raw.github.com/jupiterjs/jquerymx/master/view/ejs/ejs.js and see if it works? |
I tried now and same error. |
After some more debug, I saw that the error comes from an incompatibility with "ckeditor".
The 'myEval' function, tries to eval this code:
Seems that IE9 tries to search for a variable called 'undefined.js' regardless the '//'. Quite strange.
or:
Hope this helps. |
Isn't this ultimately the old conditional comments issue? I believe JavascriptMVC used to use Seems JavascriptMVC changed to |
Thanks asavoy, it makes a lot of sense for me! |
I get an error when trying to create a EJS template in IE9.
The code is:
The error says:
You can test the code on the same IE console.
The text was updated successfully, but these errors were encountered: