Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

1 vote
2 answers
368 views

Var with {} break IE 11 [duplicate]

Im having an issue using slideToggle as a variable on my website. Im using domSlider. When I try the following I get issues I cannot understand. If define slideToggle as: var {slideToggle} = window....
Mikkel Fennefoss's user avatar
0 votes
1 answer
33 views

SharePoint with IE

I'm looking answers for this but I cant't find them. I have a SharePoint project, I'm using MVC, Linq, Javascript, C# and JQuery, some additional libraries, it is all good in Chrome but when I open ...
Fernando Compean's user avatar
0 votes
0 answers
291 views

IE11 Problem with window.scroll... but then again not

I have the exact same jQuery function on two Drupal 8 websites with jQuery 3.2.1 Now something strange happens. Visiting the website with IE11 or 11, on one website the code is working without ...
Jan's user avatar
  • 21
0 votes
1 answer
56 views

How to approach debugging IE11 firing oninput inappropriately on only my web page

I have a textbox: <input id="someTextbox" type="text" oninput="console.log('input')"> And in IE11, "input" will be printed when the textbox has no input and gains or loses focus. This does not ...
NetherGranite's user avatar
1 vote
0 answers
116 views

IE11 security problem when testing external links against RegEx

I am using the following JQuery code to make sure that external links open in a new tab on my website: $('a:not(.magnific-video)').each(function () { var extLink = new RegExp('/' + window....
JJ Gerrish's user avatar
0 votes
0 answers
122 views

Why is jQuery function not working in IE11 browser?

I have this function working on every browser except IE 11. $(".someClass p").each(function() { if(/Trident.*rv:/.test(navigator.userAgent)) $(this).replaceWith('<h3>' + this.innerHTML + '&...
Diego Pinto's user avatar
0 votes
0 answers
776 views

Prevent Default Event in IE11

I am trying to prevent the default event for a tags on my page in IE11. I have tried the following which I got from other posts here on stack overflow: var preventThisInIE = document....
Conor Heena's user avatar
1 vote
2 answers
1k views

Javascript <input> doesn't work well with IE 11

I'm working on my Django project and I'm getting an issue with Javascript part and IE 11. My functions work well with Firefox and Chrome but not as I want with Internet Explorer 11. Process : I have ...
Essex's user avatar
  • 6,048
1 vote
0 answers
27 views

IE : Middle click on link with click onlick listener will sometime open the link, sometimes trigger the listener

On Internet Explorer 11 (not reproduiced on Chrome 69 & Firefox 61), I have a a href link with a $.click registered. Referring to my code below, using the mouse middle-click, [dossier-link] ...
Matthieu Riegler's user avatar
0 votes
0 answers
30 views

jQuery Won't Run On IE nor does normal JS

After creating a snippet of code using jQuery, making sure it works on chrome, I tested it out on IE and I realised that none of the jQuery code is running in it. I tried to fix this issue by changing ...
Damon Nomad's user avatar
-1 votes
1 answer
701 views

JS Error thrown due to use of default parameter values in Internet Explorer 11

I have some js/javascript that runs fine in edge, chrome, firefox and safari. When testing in IE11 it returns : Expected ')' I believe it's because of the use of function(oTR = null) however, how can ...
atoms's user avatar
  • 3,063
0 votes
0 answers
491 views

jQuery.globalEval error when using IE11

We are using a 3rd party Javascript library Bootstrap Duration Picker. This is working fine in Chrome and Firefox but IE throws an error Expected ')'. I have traced it through to the following ...
Fishcake's user avatar
  • 10.7k
0 votes
1 answer
329 views

Using jQuery.css to get value in Internet Explorer

I am trying to set a variable to be the value of my div border-color property value errorChartColorError = $('.col__item.error').css('border-color'); This works fine in Chrome but Internet Explorer ...
Mike's user avatar
  • 2,501
0 votes
1 answer
2k views

How to open new window with new session always in IE

How to open new window with new session always in IE? in java-script method i have an window.open(appurl,'_blank',"height=500,width=500") if i call the java-script method, application needs to open ...
pintu 428's user avatar
1 vote
1 answer
1k views

IE11 hangs when downloading large base64 file

For IE11 in this code base64 file is converted to Blob, and then a download link is created. But with a large base64 file (~ >5Mb), the browser hangs at the moment when Blob is created: new Blob(...
ollazarev's user avatar
  • 1,086

15 30 50 per page
1
2 3 4 5