You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was not an issue when I compiled it on the fly in IE. I made some changes in the templates (added some more if/else statements) after my last direct-compile test in IE, that might be the issue. I have set aside some time for debugging this issue next week. It's not a huge bug for our users since most are IE10+.
Hi,
What is the best way to debug the browser rendring in <=IE9?
I have an issue with a precompiled JST file containing 3 templates in IE9 and lower. It works as expected in IE10 and above and all other browsers.
A page with the issue:
http://www.hiof.no/om-hogskolen/ledige-stillinger
The HBS template for the site, the template is compiled into the "Hiof.Templates['jobs/jobs']" namespace:
https://github.com/hiof/frontend/blob/develop/app/templates/jobs/jobs.hbs
The JS to display the page:
https://github.com/hiof/frontend/blob/develop/app/assets/js/components/_component_jobs.js
The text was updated successfully, but these errors were encountered: