jquery - Any Known IE10 JavaScript Quirks? -


apologies in advance vagueness of question. i'm going list detail know problem, admittedly not much. perplexing.

background: have developed large app entirely js. passes linting (jslint , jshint) on strict settings. works in:

  • ie7
  • ie8
  • ie9
  • mozilla firefox 3.5+
  • safari (whatever latest on os x... , pretty far back)
  • chrome (all versions)

however in ie10, 1 part of app fails work @ all. strange thing is, throws no errors whatsoever ie10 developer console. no errors thrown in firebug or chrome inspector matter either, not surprisingly since works fine in browsers. after code passed linting, took going on line line manually , didn't see out of order.

i'm wondering if there known quirks ie10 javascript engine? googling , searching on yielded little information beyond extremely specific things i've checked app for.

i provide code sample... reasonably large file dedicated piece of functionality isn't working (note app modular, 95% of works).

i considering throwing in tag force ie8 mode or if worst comes worst figured i'd throw hail mary on here. in advance insight , realize i've not given go on has me perplexed. thought ie10 supposed fix ie! that.

(fwiw app uses jquery 1.7 no other libraries/frameworks)

edit: comments, going try bumping jquery version , see if helps anything. barring that, post redacted code sample of 'module' isn't working! helpful suggestions despite having little go on.


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -