Skip to main content

Questions tagged [internet-explorer-11]

Internet Explorer 11 (IE11) is the successor to Internet Explorer 10. It was officially released on 17 October 2013 for Windows 8.1 and on 7 November 2013 for Windows 7. Microsoft apps and services to end support for Internet Explorer 11 November 30, 2020 - September 30, 2021.

internet-explorer-11
0 votes
1 answer
84 views

Sunset dates for Office Add-ins using IE11 and Legacy Edge

We'd like to know when support ends for IE11 and Legacy Edge as the office add-in renderer. This article doesn't really say: https://learn.microsoft.com/en-us/office/dev/add-ins/concepts/browsers-used-...
Paul Brown's user avatar
0 votes
0 answers
1k views

Angular 12 and IE 11 production build error. TypeError: Object doesn't support this action

I know IE11 support is deprecated, but it is what the client and contract requires. I am able to get the site to run locally in Internet Explorer 11, but when I do the production build I get an error....
AlisonDev's user avatar
0 votes
1 answer
1k views

How to determine if IE11 or Edge in IE compatibility mode is used

Anybody knows how to detect the browser type? Especially to make a difference between Edge in IE compatibility mode and "real" IE11. HTTP headers (e.g. User-Agent) are same in both cases, so ...
digitalfootmark's user avatar
0 votes
0 answers
57 views

Internet Explorer 11 downloads a URL unexpectedly

I am trying to diagnose an issue, where one single user out of many, finds that IE11 downloads an EXE That EXE is mentioned in the URL, lets say: http://my.site/path/this.EXE For all other users, an ...
MikeB's user avatar
  • 616
1 vote
0 answers
145 views

Angular 8 Custom Elements not working in IE11 when invoked from angular JS

We are seeing the below error in the console when we launch the angular js application in IE11 browser which tries to invoke the angular 8 elements from it. It works perfectly in chrome and other ...
VKJava's user avatar
  • 83
0 votes
1 answer
149 views

msal-angularv2.0.4 IE11 not working with promise polyfill

I believe we have everything mentioned in https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-angular/docs/v2-docs/ie-support.md We have included a promise polyfill at ...
zaedric's user avatar
  • 45
0 votes
0 answers
299 views

Reactjs-how to handle ie 11 error using useForm

When I'm start my app in IE11 I get blank page with two errors SCRIPT438: Object doesn't support property or method 'contains' SCRIPT438: Object doesn't support property or method 'repeat' Can't ...
user avatar
-1 votes
1 answer
92 views

Website loading slowly or not loading after clearing browsing history in IE11 Browser

1.Clear IE 11 Browsing history, cookies etc. 2.Close the browser 3.Open the browser 4.Navigate to https://www.parcelforce.com Expected: The parcelforce.com home page should load properly and quickly ...
vinod kumar's user avatar
0 votes
1 answer
267 views

Need Suggestions for IE11 SCRIPT1010 Error

I'm developing an Office Web Add-In using the Office-JS package. The add-in functions as expected on Mac, but fails to load on Windows. The add-in renders using a Safari based webview on Mac, but an ...
Isaac N.'s user avatar
1 vote
1 answer
506 views

Outlook Add-in - How to declare that our add-in does not support versions of outlook that uses IE11

I am trying to get our app certified in the MS office store, for outlook. Right now our add-in is not working on Microsoft 365 versions earlier than 16.0.11629 on Windows 10. This is because we don't ...
Sundar's user avatar
  • 387
1 vote
1 answer
133 views

Powershell - IE11 - Apex - Automated Dropdown Selection

I am trying to automate some tasks for an existing website written using Oracle Apex via PowerShell. There is a dropdown for States and when a state is selected the data needs to change accordingly. I ...
Prabha Narayan's user avatar
0 votes
0 answers
162 views

primeng paginator not working IE 11 when deployed on server

I have used pagination via p-table. In the image below, when user clicks on the very last page, the data in last page gets displayed but the page number is not updated in bottom right. This issue ...
anuj trehan's user avatar
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
0 votes
1 answer
137 views

Call Stack not visible in IE11 debugger

I am using IE11 on Windows 10 Enterprise, 64 Bit, German version. Up to a few months ago I was able to see the call stack in the IE 11 debugger, as usual. However, since a couple of months, I am not ...
Alex Mi's user avatar
  • 1,449
0 votes
1 answer
139 views

Angular4 throwing error "SCRIPT1006: Expected ')'" in IE11

t.exports = function(t, e={}) { if (e = Object.assign({}, r, e), !t || "string" != typeof t) return t; let o = t.trim(); if (void 0 !== ...
vijeth's user avatar
  • 1
0 votes
1 answer
261 views

Number format in IE11 and Chrome

I am trying this code: Intl.NumberFormat('ar').format(99) In IE11 I am getting number converted to Arabic numerals but not in chrome. PS: I am just passing language code, not region locale.
optimus's user avatar
  • 854
0 votes
1 answer
175 views

'Promise' is undefined in IE11

I have used this plugin to create popups in the Divi website I have built: https://wordpress.org/plugins/popups-for-divi/ The popups were not opening in IE because of the padStart() function and I ...
Rajesh Kumar's user avatar
0 votes
1 answer
621 views

Most efficient way to find if array contains specific element [duplicate]

I need a function that returns true/false if the array contains specific element or not. There are some functions such: arr.includes(element) that is not support IE 11. arr.some(el => el === ...
makif's user avatar
  • 190
8 votes
4 answers
3k views

Will VBAs Internet Control function after IE 11 end of life in Jun '22?

Like the title asks, Certain tools I use rely on VBA code with Internet Control to web scrape and control IE pages. With the IE11 end of life coming next year does anyone have any understanding on how ...
Rufom1's user avatar
  • 99
0 votes
0 answers
93 views

IE11 - SVG printing not showing all drawn elements

I'm trying to print my svg on IE, but only half of the svg is printed, the other half is hidden no matter how much width I set for the svg in @media print. Hope someone can help! Here is the code: <...
Brother Eye's user avatar
0 votes
1 answer
75 views

How to handle IE11 compatibility on each dependent packages?

I’m building an app which uses React(v.17.0), Next.js(v11.1.2), … and other stacks. Next.js probably, in default, supports IE11. After I added some packages to my project, it fails on IE11. It says, ...
loone96's user avatar
  • 807
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,205
0 votes
1 answer
418 views

Unable to paste an image into the TinyMCE editor in Internet Explorer 11. Is this expected behaviour?

I am using tinyMCE 4. What I am doing is to copy an image from a folder on my desktop and paste it into the tinyMCE editor (using Ctrl-V). This does not seem to work on IE11 and I have noticed that ...
Ikim SS's user avatar
  • 139
0 votes
2 answers
2k views

<span style="font-weight: 100 !important;"> does not have any effect on the UI

I am using IE 11 and I do have the following HTML: <tr bgcolor="#eeeeee" bordercolor="#000000" valign="top"> <td bordercolor="#eeeeee" align=&...
Alex Mi's user avatar
  • 1,449
0 votes
1 answer
2k views

Run Angular 11 Application with IE11

I have created an webapplication with Angular 11. Now, the customer will run it with IE11 (for showing a webpage on a big TV-Screen which still exists and have an integrated IE11-Browser) for this,, I ...
BennoDual's user avatar
  • 6,179
0 votes
1 answer
69 views

angular 9 web worker IE

Angular 9. I create the worker in this way as below and it works everywhere without problems, except IE. As far as I understand, there is a problem in the type: 'module', but without it I get 404 not ...
great stone's user avatar
1 vote
1 answer
66 views

IE11 minlength or pattern not validating + bootstrap

is there a way to validate minlength on my field in IE11? seems like is being ignored, I am using bootstrap 4.5 to validate my form also. <input class="form-control" id="portVal"...
David Garcia's user avatar
  • 3,174
0 votes
1 answer
140 views

How to properly build a CRA project to support IE11?

I'm working on a project that needs to support IE11. We are using create-react-app. "browserslist": { "production": [ ">0.2%", "ie 11", "...
cbdeveloper's user avatar
  • 30.4k
0 votes
0 answers
78 views

IE11 extension installation msi project

I have an IE11 extension project what I want to install by msi project. I created an msi project, I added the GAC folder and the Primary output into it. I created the necessary registry keys and ...
sada's user avatar
  • 683
0 votes
1 answer
127 views

Is it possible to get direct output from WMIC in HTA's IE11 WSShell?

I know this is a really outdated technology, however Id still like to gather some information about the system the HTA is running on (CPU Model etc) and display it right in the same window. The ...
ItzArty_'s user avatar

15 30 50 per page