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
Hello,
My web app won't work with IE9 and when I try with IE Edge in IE9 compatibility mode, I get the following error: SCRIPT5007: Object expected. css.js (87,5)
If I debug that file I can see processIeLoad() is called twice and the second time ieCurCallback is null.
What seems odd is that the array ieLoads is never fed as importLoad() is only called once and when ieCurCallback is still null.
Thank you for any help.
The text was updated successfully, but these errors were encountered:
@mehdiym IE9 u know what it does :)
Anyway, I'm going to have a look to this issue, but I will need some time.
Please keep thread posted, if u have some new related use cases.
Hello,
My web app won't work with IE9 and when I try with IE Edge in IE9 compatibility mode, I get the following error:
SCRIPT5007: Object expected. css.js (87,5)
If I debug that file I can see
processIeLoad()
is called twice and the second timeieCurCallback
is null.What seems odd is that the array
ieLoads
is never fed asimportLoad()
is only called once and whenieCurCallback
is still null.Thank you for any help.
The text was updated successfully, but these errors were encountered: