Skip to main content

All Questions

3 votes
1 answer
521 views

IE9 IE 10 IE11 createNodeIterator - "Exception occurred."

I am using createNodeIterator to find words inside my document. Actually I am using almost the exact example code from MDN and MSDN: https://developer.mozilla.org/en-US/docs/Web/API/Document/...
jantimon's user avatar
  • 37.7k
-1 votes
1 answer
49 views

How to keep a section of code (Google Maps) from being executed if viewed within any IE browser

I'm using Google Maps as a header image on my contact page as seen here: www.tarmastersasphalt.com/contact.asp I have found that my Google Maps doesn't work properly in any IE browser version at the ...
SunnyOz's user avatar
  • 575
2 votes
0 answers
943 views

trying to show currency based on user's locale

What's the best solution to show currency based on the user's locale? I know there's toLocaleString('en-US', {style}) but is there away to detect the location of the user instead then show their ...
MrNew's user avatar
  • 1,414
3 votes
1 answer
11k views

-ms-transform not working with IE 11

Adding -ms-transform:rotate(90deg) dynamically using jQuery to the element. But, its not working in IE 11. However, -webkit-transform:rotate(90deg) is working in Chrome. No transformation is ...
Atul Sharma's user avatar
  • 10.3k
3 votes
1 answer
886 views

Angular JS Error: [$rootScope:infdig] in IE 10 and IE 11 only

I'm running Angular JS v1.4.7 and the app completely crashes in Internet Explorer 10 and 11 (we don't support older). When I check the console I see: Error: [$rootScope:infdig] which is somewhat ...
emersonthis's user avatar
  • 33.2k
0 votes
1 answer
413 views

How to detect IE 10+ for an onerror event

I have a little problem with scaling SVG on IE10+. I have this code: <img src="img/logo.svg" alt="" onerror="this.src='img/logo.png'; this.onerror=null;"> How can I detect IE10+ for the ...
Piotr Sochacz's user avatar
0 votes
0 answers
54 views

IE 10 and 11 $(window).width will not go above 315px

I have a responsive website that re-sizes fine in IE until you go below 315px and then $(window).width() will never report a size larger then that no matter how large you re-size the window and all ...
tbdevmanager's user avatar
3 votes
0 answers
856 views

IE 10 & 11 - CSS transition events not firing

I have page transition animation where I slide out the first page and slide in the second page. I'm leveraging the transitionend event to detect when each transition has complete, rather than use ...
Seth's user avatar
  • 10.4k
2 votes
1 answer
2k views

different time value in chrome and ie 11 using momentjs

When I run console.log(moment("2015-12-29 04:02:50.000 UTC", 'YYYY-MM-DD hh:mm:ss').valueOf()); I get 1451341070000 in chrome. But when I console the same thing in IE 11 I get a different value ...
Raaz's user avatar
  • 1,723
-2 votes
1 answer
214 views

Compatibility from ie11 to ie10

I developed on ie11 and the code works fine in this browser version, but when I use ie10 - it doesn't work. I found this: if ($.browser.msie && $.browser.version === 10) { $("html")....
moshe's user avatar
  • 39
1 vote
2 answers
1k views

Select2 3.5.2 mousedown jumps to top of list in IE10 & IE11

Using Select2 v3.5.2 to create a dynamic option list. The input allows users to select from the list, type to search through options and if the option doesn't exist it is created. The function which ...
timtom's user avatar
  • 133
3 votes
1 answer
1k views

How to reliably convert XML to String in IE 10/11?

Namespaces are not being properly preserved by IE 10 and IE 11 when parsing XML with jQuery and converting back to string. Is there another accepted means of doing this in IE 10/11, aside from writing ...
Adam Ormond's user avatar
2 votes
1 answer
1k views

JQuery - addClass() not working for IE10+

I have created a javascript function which fades in a number of elements when the page is scrolled down to a specific point. This is done by adding the class "active" (with addClass) to the relevant ...
JB UCL's user avatar
  • 165
0 votes
2 answers
860 views

IE 10/11 memory is freed after one minute of waiting

I'm working on app which works generates large amount of data. I'm experiencing "out of memory" errors in IE11. I've checked every line where the problem could be, deleted everything unnecesary at the ...
David Vass's user avatar
2 votes
0 answers
870 views

Site not working in IE 10 IE 11

My website is not loading javascript/css files in ie10, 11. I am using this code <script type="text/javascript" src="/scripts/jquery-migrate-1.1.1.min.js"></script> <script type="text/...
Ahmad Abbasi's user avatar
  • 1,776

15 30 50 per page