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

All Questions

0 votes
1 answer
2k views

Proxy settings not applying on the internet explorer 10 or 11 ( Windows 10 )

I am trying to apply the internet explorer proxy settings by following below links but its not working. I can see the registry setting on the machine but on internet explorer settings could not find ...
arifsohail92's user avatar
0 votes
1 answer
251 views

Block everything except some urls in IE 11 using GPO

I want to whitelist some urls in IE , and block everything else How can this be achieved (using GPO), thanks
Kratozz's user avatar
  • 25
0 votes
1 answer
124 views

Does IE11 has size limitation on innerHTML?

We have a web application which calls a third party Web API which returns a PDF binary. We put that PDF binary in "innerHTML" property of a element. We then pass this content of "...
Samrat's user avatar
  • 21
0 votes
0 answers
107 views

How to solve SCRIPT1002: Syntax error <html lang="en"> on IE11

I can't find anything wrong with the code <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="...
Axel Mhar's user avatar
  • 138
0 votes
1 answer
404 views

"Permission Denied" error in IE doesn't seem to match the javascript code

Running in IE is a legacy app built with frames that makes alot of references cross-frame like parent.header.blah.blah and parent.sidebar.so.and.so. Worked fine in old IE compatibility mode. Works ...
Entropy's user avatar
  • 1,281
0 votes
0 answers
540 views

Configuration to run Nextjs on ie11

I was thinking about making a website for a client using nextjs, but the browser he uses is ie11 (on windows 7), before giving up, i've tried different configurations to get it working. The Nextjs ...
J0mk's user avatar
  • 133
0 votes
0 answers
252 views

Babel doesn't work with IE11 on built in class Map extending

I have some legacy code, a class ExtraMap that extends built-in Map class. export class ExtraMap<K, V> extends Map<K, V> { getOr(key: K, or: OrFunctionType = defaultOrFunction): V { ...
Tinmar's user avatar
  • 370
0 votes
0 answers
33 views

ReactJS+ IE+ Function expected

Reactjs application is not working on IE11 Please find my package.json and index.js file below, index.js file : import 'react-app-polyfill/ie9'; import 'react-app-polyfill/ie11'; import 'react-app-...
hetal gohel's user avatar
0 votes
1 answer
59 views

click() is not working in IE11 driver using selenium

Code: webBrowser = webdriver.Ie(r'C:\Users\XYZ\WebDriver\IEDriverServer.exe') webBrowser.get(URL) webBrowser.implicitly_wait(15) webBrowser.find_element_by_xpath('//input[@id="number_id"]')....
Mr.A I's user avatar
  • 45
0 votes
0 answers
148 views

Static .gif image not displaying in IE11 but is displaying in Chrome and FF

I have a web application that is supposed to display a user's profile image and allow them to upload a new profile picture. The supported files are .jpg, .gif, .bmp. If I load the application in ...
N101Seggwaye's user avatar
0 votes
1 answer
326 views

How to load png images in internet explorer

I am not able to load png image in internet explorer. Getting "Internet Explorer DOM7009: Unable to decode image at URL:https://test.com/img/cat.png" warning message.How to resolve this ...
Saran S's user avatar
  • 21
0 votes
1 answer
111 views

Max-width on Internet Explorer

I'm having trouble getting max-width to work in IE. Is there a way to get max-width to work on IE? This is what it looks like on other browsers: enter image description here This is what it looks like ...
roarsandmeows's user avatar
0 votes
1 answer
160 views

Tabulator.js - IE11 - "Error: Unspecified error. .."

I have no idea what is wrong with this code: import 'promise-polyfill/src/polyfill'; import Tabulator from 'tabulator-tables'; export default class Table { constructor(tableElement) { this....
CHELposE's user avatar

15 30 50 per page
1
2
3 4 5
71