Note that there are some explanatory texts on larger screens.

plurals
  1. POAny Known IE10 JavaScript Quirks?
    text
    copied!<p>Apologies in advance for the vagueness of this question. I'm going to list as much detail as I know about this problem, which is admittedly not much. Very perplexing. </p> <p>Background: I have developed a very large app that is almost entirely JS. It passes linting (JSLint and JSHint) even on very strict settings. It works perfectly in:</p> <ul> <li>IE7</li> <li>IE8</li> <li>IE9</li> <li>Mozilla Firefox 3.5+</li> <li>Safari (whatever the latest is on OS X... and probably pretty far back)</li> <li>Chrome (all versions)</li> </ul> <p>However in IE10, one part of the app fails to work at all. The strange thing is, it throws no errors whatsoever to the IE10 developer console. No errors thrown in Firebug or Chrome Inspector for that matter either, which is not surprisingly since it works fine in those browsers. After all the code passed all the linting, I took to going over it line by line manually and didn't see anything out of order.</p> <p>I'm wondering if there are any known quirks to the IE10 JavaScript engine? Googling and searching on SO yielded very little information beyond some extremely specific things that I've already checked my app for.</p> <p>I could provide a code sample... but it would be a reasonably large file dedicated to the piece of functionality that isn't working (note that this app is very modular, so about 95% of it works).</p> <p>I am considering just throwing in the tag to force IE8 mode or something like that if worst comes to worst but I figured I'd throw up a hail mary on here. Thanks in advance for any insight and I realize I've not given much to go on but this has me seriously perplexed. I thought IE10 was supposed to finally fix IE! So much for that.</p> <p>(fwiw the app uses jQuery 1.7 but no other libraries/frameworks)</p> <p>edit: From the comments, I am going to try bumping the jQuery version up and see if that helps anything. Barring that, I will post redacted code sample of the 'module' that isn't working! Thanks everyone for the helpful suggestions despite having very little to go on.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload