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

All Questions

0 votes
1 answer
52 views

Getting 'object doesn't support property or method "evaluate" ' in selenium | IE

I am automating a web app on IE(Internet Explorer) browser. I am getting the below error when I am trying to find any element on the page after the page is loaded. selenium.common.exceptions....
subham chomal's user avatar
0 votes
0 answers
90 views

SCRIPT5009: 'BMapGL' is undefined on IE11

Here is the code // src: https://lbsyun.baidu.com/jsdemo.htm#aCreateMap <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <meta ...
tek ted's user avatar
1 vote
1 answer
920 views

Redirecting from edge ie11 compatibility mode site

We have a react app which is added in enterprise edge ie11 mode, this is opening perfectly in ie11 mode but from this app when we do a redirection to an external authentication provider, that portal ...
Sathish Kumar's user avatar
0 votes
2 answers
433 views

High memory leakage is observed in EDGE IE11 mode as compared to IE with Selenium

Recently, we have upgraded our Selenium version from 2.53 to 4.1.2 to enable testing of our application on MS EDGE IE11 mode. The reason behind running our application on EDGE IE11 mode is because IE ...
Gaurank Verma 's user avatar
0 votes
0 answers
330 views

Alternative to Internet Explorer/ActiveX for creating a username/password prompt popup?

For several years now, I've been using the Javascript function below to have Internet Explorer generate a username and password prompt by using ActiveX. Now that Internet Explorer is about to be ...
Leslie's user avatar
  • 618
-1 votes
1 answer
386 views

IE11 polyfills don't work for React app. Why?

In IE11 I get these errors: But i have react-app-polyfill installed and imported in index.js first line:
Никита Толстиков's user avatar
0 votes
1 answer
974 views

Any Workarounds for WebP on Internet Explorer?

Currently working on a new website for my workplace, I was asked to make it faster and more optimized, so I decided to use WebP for all the images to reduce on loading times, the only downside is, we ...
user18098728's user avatar
0 votes
0 answers
214 views

Endless Refresh loop of ASP.NET Core 6 MVC pages with Internet Explorer 11

I have an ASP.NET Core 6 MVC site that works fine in all browsers except IE11. I have a suspicious comportement in all pages, it reloads each page indefinitely, but when I click inside the page, it ...
kaisfarza's user avatar
0 votes
0 answers
53 views

Interzone interaction in Internet Explorer with WebSockets

There are a big web application on Sharepoint and "third-party" application as a bundle. Bundle sends requests on the other server than the whole application. Bundle sends HTTP and websocket ...
pav's user avatar
  • 99
6 votes
1 answer
2k views

tailwindcss: Force tailwind to use compatible rgb syntax?

I'm porting an app using tailwindcss to work with IE11. Unfortunately, tailwindcss insists on generating colors using the modern W3C CSS Color Module Level 4 rgb() syntax, which does not appear to be ...
henrikl's user avatar
  • 539
0 votes
1 answer
520 views

Is it possible to make a website that only works properly in Internet Explorer 11?

I know this is counterintuitive to the norm and would raise some eyebrows but I'm planning on making an easter egg of sorts for my circle of friends and want the website I'm making to only be ...
user9564371's user avatar
0 votes
1 answer
211 views

Powershell 7 and IE automation Error 0x800A01B6

To start this off, Slenium WebDriver is not an option due to it requiring approval to run and I am locked to the Windows environment. In addition, the site tool I am accessing is old and only works in ...
MBernat's user avatar
0 votes
1 answer
1k views

Links from internet explorer 11 not working in edge

In reporting services I have reports which contains links to attachments: -When i using IE11 and clicking links everything is working fine -but when i do the same in edge we have no reaction, when we ...
Hw3zs's user avatar
  • 7
0 votes
1 answer
163 views

How to assign Object assign and map function together in IE 11

I have sample code that works fine in Chrome but IE11 has problem because of Object.assign method and => sign. Here is my code below and I don't know how to design it for IE11: let dictionary = ...
Himelu5's user avatar
  • 15
1 vote
1 answer
3k views

How to check TLS version of request when web service is called via button click?

In internet explorer I open a website. Then click on a button on the web page which makes a secure call to an api located on a 3rd party server. Is there any way to check what version of ssl/tls is ...
variable's user avatar
  • 9,215
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
405 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
1 vote
2 answers
83 views

Why notification message is not supporting in IE11 any technical reason

Anyone can explain technically why the notification message is not supporting in the IE11 browser. The reason is IE11 browser engine(Trident, Chakra) or any other reason? var permission = Notification....
Saran S's user avatar
  • 21
1 vote
0 answers
141 views

Internet Explorer 11 Developer Tools: 'DOM refresh' button is missing

I'm running the IE11 on Win81 VM image provided by Microsoft. The problem I'm having is that the Developer Tools' DOM Explorer tab only shows the state of the document after the page loads. Any ...
mamacdon's user avatar
  • 3,089
0 votes
0 answers
447 views

Taking a picture with a webcam in Internet Explorer without Adobe Flash

Now that Flash is going to be removed from Windows computers, is there a way for web applications to allow pictures to be taken from the user's webcam in Internet Explorer 11? I know other browsers ...
cbender's user avatar
  • 2,251
1 vote
0 answers
196 views

React Material Table IE 11 issue

I am using the React Material table(Editable) in IE11. Once I click on Delete/Edit and then click on the cancel button only the row is highlighted other rows are disabled. But in chrome, all the rows ...
Sovan's user avatar
  • 61
1 vote
2 answers
504 views

Find parent "SVG" element in Internet Explorer

var HELPERS = { getElem: function($this) { return HELPERS.findAncestor($this, "svg"); }, findAncestor: function (el, sel) { while ((el = el.parentElement) && !((el.matches || el....
old_padawan's user avatar
1 vote
0 answers
105 views

Internet Explorer ::How to see the " Don't let this page create more messages" check box

In IE11 Contrary to the questions posted. Please help me to get this checkbox. At the moment, I am not able to see the check box with message, please help to get it back. I tried several security ...
Jeril Kuruvila's user avatar
0 votes
1 answer
76 views

Custom collapsed navbar (2 columns, with each column containing 2 columns of items)

I have a custom collapsed bootstrap navbar. Not collapsed it looks like this (notice I have 2 sets; 1st is the menu items, 2nd is social media icons) normal. All good so far. Works in all browsers ...
ThermalShock's user avatar
0 votes
0 answers
577 views

How to run Internet Explorer in background with VBA

I want to run Internet Explorer in background. I used this script and IE is opened but it's a visible window and not run in background. On Error Resume Next 'Declare a new variable or array variable ...
user14448790's user avatar
1 vote
1 answer
210 views

Invalid calc() on IE11

Why IE11 can't calc this? I see from the console that it finds it invalid (in the compiled styles it's red underlined) h6 { ... font-size: calc(calc((( (20 / 16) / 16 - 1 / 16) * (100vw - 20rem) / ...
Fred K's user avatar
  • 13.8k
0 votes
2 answers
359 views

Edit as HTML in IE for Style Element

I am not sure why Edit as HTML of <style> element is disabled in IE However, I can edit as HTML of the <style> element in Chrome. How to enable it?
Spring's user avatar
  • 880
0 votes
1 answer
277 views

Is there a way to improve MutationObserver performance in IE 11?

we're having issues rendering some graphs in a complex screen with a lot http calls. In chrome and some new browsers works nicely, but in IE11 is blocking all the UI. I'm not sure how to resolve this, ...
Sergio Moreno's user avatar
0 votes
1 answer
1k views

What is the problem with D3js working with Internet explorer 11

I am creating an SVG donut chart using D3js v4 library, and it works fine with Google chrome but it doesn't work at all with IE11 I tried to to put the code in this Codepen 'https://codepen.io/ohmto/...
Hemmat's user avatar
  • 1
0 votes
0 answers
373 views

gaphql API is not working in IE edge and IE 11

The graphql url is not working and not fetching the data in both IE edge and IE 11 browsers. I am usiong Angular 9 application and have installed classlist.js and web-animations.js from polyfills.ts. ...
ILearner's user avatar
  • 131
14 votes
3 answers
13k views

Internet explorer ignores flash mms.cfg settings

I have the following mms.cfg in %localappdata%\Google\Chrome\User Data\Default\Pepper Data\Shockwave Flash\System\mms.cfg %localappdata%\Microsoft\Edge\User Data\Default\Pepper Data\Shockwave Flash\...
Bobby Tables's user avatar
  • 3,003
0 votes
1 answer
471 views

Angular Material Table and IE11 not setting columns correctly

I'm trying to make my app compatible with IE11, but in my mat table, the columns are all squished, as shown in the attached pic. Here is my scss code to set its appearance: How can I make this work ...
Kevin Wilde's user avatar
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
1 vote
1 answer
3k views

Converting a JavaScript file with Babel for use in IE11

I have a JavaScript file mystuff.js which throws errors in IE11 (due to for..of loops, etc). So I try to convert it with Babel for use in IE11. However the output from Babel does not seem to be IE11-...
halloleo's user avatar
  • 9,954
2 votes
1 answer
4k views

How can I make JavaScript modules work in IE 11

I have JavaScript modules which I want to use with IE11. In the HTML pages they are referenced like this: <script type="module"> import * as mystuff from './scripts/mystuff.js'; ...
halloleo's user avatar
  • 9,954
1 vote
1 answer
549 views

How to send GET request from internet explorer to Asp.Net Core API?

I am developing Asp.Net Core 3.1 API, Everything working as expected when I send a GET request from google chrome, Edge, Postman. But when I send GET request from internet explorer it starts to ...
Vivek Nuna's user avatar
  • 28.8k
0 votes
1 answer
470 views

IE opening new tab about:blank instead of Webpage

I am developing a BHO for IE in C# that controls the navigation flow of IE by checking the URL in onBeforeNavigateEvent. Everything works fine except that when a link is opened in a new tab then some ...
Usama Mohsin's user avatar
0 votes
1 answer
613 views

Vue App Blank page in IE-11 and Ms Edge 40

I was given a Vue app that is working perfectly in Chrome, Firefox. But blank page in IE-11 and Ms Edge. No Erorrs in console. I'm not a Vue developer but I'm interested in Vue. So Tried to find a ...
Dapk's user avatar
  • 213
0 votes
1 answer
256 views

How to forward search and reverse search for a character in a HTML document without using TextRange API in IE11/Edge

We have a two column HTML layout. I want to implement forward search and backward search for a particular character in HTML, Like the "$" character in IE11 enter image description here Earlier in ...
Sheshanth's user avatar

15 30 50 per page
1
2 3 4 5
22