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
16 votes
2 answers
2k views

Prevent use of unsupported JavaScript features in IE11 using ESLint?

I have an existing ESLint configuration with "ecmaVersion" set to "5" that I want to modify to allow the use of let and const which are ES6 features. There are mostly* supported in Internet Explorer ...
3 votes
1 answer
10k views

Printing is not available. Verify that ActiveX is enabled

I'm working on reporting service. I'm clicking on Print button of report page and getting below error. Message from webpage Printing is not available. Verify that ActiveX is enabled, or try using ...
1 vote
1 answer
846 views

Problem with double click on checkbox with Internet Explorer

I would like to disable the double click on checkboxes on internet explorer. The double click causes errors on the function (only on internet explorer 11). $('#editArchivesTable tbody').on('click', ...
0 votes
0 answers
28 views

Next.JS 13+ and IE11

How can I make Next.JS 13 application to be compatible with IE11. it uses SWC and I'm not sure how to fix SCRIPT1010: Expected identifier and SCRIPT1002: Syntax error errors
1 vote
4 answers
3k views

Why can't I get Ellipsis to work on IE 11

I am trying to show the one line sentence followed by three dots (...) if the range goes beyond the line size. I have used the below CSS which works fine on Mozilla and Chrome but does not work on IE ...
0 votes
1 answer
74 views

IE11 XSLT transforms <param> node into self-closing tag without closing

This question is very much relevant to this XSLT converts <image> node to <img> tag when outputiing to DOM Consider this piece of code: <script type="application/xml" id="...
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....
0 votes
1 answer
55 views

XSLT converts <image> node to <img> tag when outputiing to DOM

It's 2024, and I am working on a project that incorporates XSLT technology. I came up with a simple way to access XML file that is being transoformed with javascript simply but outputing it to a ...
2 votes
2 answers
11k views

window.open opening new tab instead of new window in IE 11

I have an ASP.NET application which uses window.open. It opens a tab instead of a new window. This happens in IE 11. In IE 8 it works fine. Since we are moving to IE 11 we want this to work on IE 11 ...
1 vote
1 answer
12k views

JavaScriptexecutor setAttribute value on selenium

I was executing a selenium automation on IE11. Now for an Element, say ele; ele.sendKeys(characters) are not working directly. So I was trying to change the 'value' attribute for that <input> ...
0 votes
1 answer
89 views

Urdu Text is Not Showing Up Correctly in Internet Explorer On Some Computers

I am using following code to generate chart in Microsoft Access Form using web browser control and on most of the computers it is working completely fine including on Windows 7 SP1 and Windows 10 but ...
4 votes
1 answer
2k views

Selenium IEdriver issue "WebDriverException : The HTTP request to the remote WebDriver server for URLxxxx timed out after 60 seconds."

I am using IEDriverServer 3.9 with IE 11 on Win10 . Test solution using C# with .NET frmaework 4.6.1. I'm getting the classic error at the moment of lunching my selenium tests, it opens IE but after ...
3 votes
2 answers
2k views

Simple JavaScript Bookmarklet not working on EDGE compatibility mode ie11

I am trying to run the following JavaScript as a test on a website / webapp*. javascript: {window.alert("Hello World")} *This website / webapp forces the EDGE browser to run on IE11 ...
0 votes
1 answer
8k views

jQuery not working on IE11 but working on Chrome, Firefox and Edge?

My scripts are working fine on all other browsers EXCEPT IE11. For example jQuery('#btnblacklist').click(function(){ jQuery('#popUpBlackList').css("display","block"); jQuery('.cover').css('...
0 votes
1 answer
45 views

How to automate Internet Explorer in Window 10?

I am trying to set values and retrieve values from the webpages of internet explorer in windows 10 using these codes- WinGet, hWnd, ID, A oWB := WBGet("ahk_id " hWnd) oWB.document.all(55)....

15 30 50 per page
1
2 3 4 5
371