Questions tagged [internet-explorer-11]

Internet Explorer 11 (IE11) took over the reins from its predecessor, Internet Explorer 10. Windows 8.1 welcomed its official release on October 17, 2013, while Windows 7 followed suit on November 7, 2013. Additionally, Microsoft has announced that their apps and services will cease to support Internet Explorer 11 between November 30, 2020, and September 30, 2021.

IE11 experiencing issues with font loading

I need help troubleshooting why the fonts are not loading properly in the body section of my articles, specifically when viewed in Internet Explorer. Take a look at an example article here: I am fetching from this CSS file: , and I have included the nece ...

JavaScript code in AJAX response functions properly in browsers like Firefox, Chrome, and Opera. However, it encounters issues in Internet Explorer 11, displaying an error message stating

After searching through various posts, I was unable to find a solution to my question. My query involves requesting a jQuery Datepicker via AJAX. I have provided an example for you to review in Firefox, Chrome or Opera: Ajax javascript example Unfortuna ...

Tips for managing the windows download notification in IE11 with Selenium Webdriver without relying on AutoIT

During testing on IE11, a situation arises where clicking on the download link for a document results in a new blank window opening with save and cancel options. I prefer to click cancel, return to my original window, and continue with validation tasks. ...

What is the best way to showcase HTML content in columns with a horizontal scrolling feature?

I am trying to showcase a list of basic HTML elements such as divs, paragraphs, etc. within a fixed height container, arranged in columns with consistent width. I want them to be horizontally scrollable, similar to the layout displayed in this image. Thi ...

Guide on inserting websites into the compatibility view list with the use of any webdriver in Internet Explorer 11

Webdrivers like Selenium and Microsoft webdrivers for IE allow developers to use APIs to manipulate web pages by minimizing or maximizing browser windows. Is there a webdriver API available that can add or modify websites in the compatibility view list by ...

The table element fails to display in IE11 due to a rendering issue, displaying the error message: "Render error - TypeError: Object does not support the property or method 'entries'"

As someone new to web app development, I am currently working on a project that involves using Vue cli and antd components, with the additional challenge of ensuring compatibility with IE11. However, I have encountered an issue where IE11 does not render ...

Certain conditions in JavaScript are not executed by Internet Explorer

I am currently working on a Html file that involves XSLT. I have integrated some JavaScript code for filtering specific rows within tables. However, I have encountered an issue where certain if-cases in my JavaScript are not executing as expected when usin ...

Issues with zoom functionality not functioning properly within IE11

I am currently developing an application with Angular that is designed to be compatible with tablets and touch-enabled devices. One of the key features I want to implement is the ability for users to zoom/scale up the app, especially for those with visual ...

Dealing with rowspan and colspan issues in Internet Explorer

Currently, I am facing the challenge of creating a table with a complex system of colspans and rowspans. If you want to take a look at it, you can view it here This is the HTML code for the table: <table cellspacing="0" cellpadding="0" style="table-la ...

Looking for a reliable source to download a permanent link for the IE WebDriver Tool specifically built for Internet Explorer 11

I am interested in utilizing Microsoft's webdriver tool for conducting automated end-to-end tests on a web application. As a part of our build process, we have automated the downloading and installation of necessary webdriver components for different ...

The function 'replace' is not supported by Object in Internet Explorer 11

I'm currently facing an issue while trying to get my Vuejs application to function properly on IE11. One of the node modules (vue-directive-tooltip) is causing an error specifically on IE11: "Object doesn't support property or method 'repla ...

Issues with Recursive Ajax Functionality in Internet Explorer 11

Trying to perform consecutive ajax GET calls using the $.ajax jQuery method in order to handle a large JSON data size of around 2MB. The process runs smoothly in Chrome, but encounters issues in IE11. In IE11, it consistently falls into the fail method dur ...

What could be the reason behind the occurrence of Content-Length=0 for jQuery AJAX POST requests in the IE 11 browser without

I've been developing a Spring MVC based web application. Here are the details of my environment :- Java 1.8.0_162 (64 bit), Spring 4.3.1, Apache Tomcat 8.0.49, Waffle-1.8.3 for SSO, jquery-1.11.3 and Google Charts API. I have included the following JavaS ...

Problem Encountered in Angular 4 CLI when using enableProdMode in Internet Explorer 11

Currently, my Angular 4 application built using NodeJS works flawlessly on Internet Explorer 11 and the latest versions of Chrome and Firefox during development. However, when I enable Production Mode in the NodeJS Build as shown in the example from packa ...

Steps to avoid IE11 prompt (Do you really want to leave this site)

In the midst of making a webpage, I find myself faced with the peculiar issue of only having a dropdown to select. To make matters worse, when attempting to navigate to the next page in IE11, a pesky message pops up. Curious about the default behavior of ...

IE11 experiencing issues with Cross Domain AJAX requests

I have been attempting to perform a cross domain AJAX call, and I've encountered a problem where it works in Chrome and Firefox, but not in IE11. Upon inspecting the Network tab in IE11 Developer Tools, it appears that the AJAX call is being dropped as n ...

Build server running Windows 2012 R2 with IE 11 Selenium experiencing an UnexpectedJavaScriptError

Currently, I am developing automation tests using C# and .NET 4.5 along with SpecFlow + NUnit. In my ASP.NET MVC project, I am utilizing Kendo MVC controls. There is a specific page where we use a JavaScript variable to signify that all client-side Kendo ...

Permission not granted on Internet Explorer versions 10 and 11 for ajax requests targeting localhost

I have been facing an issue with making an ajax call from a server on the internet to my localhost. This works perfectly fine on browsers like Firefox and Chrome, but I am encountering problems specifically with Internet Explorer versions 11 and 10. The r ...

Encountering a problem of Selenium WebDriver becoming unresponsive when attempting to switch from a child window to a parent window in IE11 on Windows 8.1

Encountering an issue with Selenium WebDriver where it hangs or gets stuck while switching back from a child window to the parent window. Interestingly, manually changing to a specific page in the parent window during debug mode allows for successful switc ...

Angular 7: Polyfill required for npm package to support 'Class'

I am encountering an issue where my Angular 7-based app is not functioning in Internet Explorer 11. The npm package I am using begins in index.js: class PackageClass { // code } While the app works as intended in other browsers, it fails to open in ...

IE11 experiences frequent crashes when running a web application utilizing the Kendo framework and JavaScript

I am experiencing difficulties with my ASP.NET MVC application that utilizes Kendo UI and jQuery. Specifically, when using Internet Explorer 11, the browser crashes after a short period of usage. The crash does not seem to be linked to any specific areas o ...

Troubleshooting Issue with Internet Explorer failing to update Asp.Net MVC3 Partial View

I am experiencing an issue with a page that includes a div for a partial view loaded via an ajax request. $.ajax({ url: 'CompleteSessions', success: function (data) { var selector = $('#complete-session-sect ...

What is the proper way to destructure in programming?

Encountering a syntax error in Internet Explorer 11 while using @material-ui/core. The issue seems to be with the following line of code in bundle.js: const withStyles = (stylesOrCreator, options = {}) => Component => { const { withTheme = false, fl ...

Bug in timezone calculation on Internet Explorer 11

I've spent hours researching the issue but haven't been able to find any effective workarounds or solutions. In our Angular 7+ application, we are using a timezone interceptor that is defined as follows: import { HttpInterceptor, HttpRequest, HttpHandler ...

The absence or inaccuracy of CSRF token in Django, Django REST Framework, and Internet Explorer

Our Django App uses REST Framework in a setup with nginx, redis, celery, gunicorn, and PostgreSQL. The system consists of only one App server. For ajax calls, we utilize the following function : $.ajaxSetup({ beforeSend: function (jqXHR, settings) { ...

Is React Typescript compatible with Internet Explorer 11?

As I have multiple React applications functioning in Internet Explorer 11 (with polyfills), my intention is to incorporate TypeScript into my upcoming projects. Following the same technologies and concepts from my previous apps, I built my first one using ...

When using Selenium with Internet Explorer driver, it may be difficult to manage the window when interacting with external websites

Whenever I navigate to pages within http://localhost, Selenium allows me to control the window's properties, such as changing its position. However, when I try to access a page from a different server, I encounter the following error: org.openqa.seleniu ...

Tips for getting flex-end to function properly in IE11

My attempt to implement justify-content: flex-end; for a DIV with hidden overflow content in IE11 was unsuccessful. Despite trying various approaches, I managed to create a basic code snippet that functions properly in Chrome but fails in IE11: .token- ...

Issue with IE11 compatibility in Angular2 (AngularQuickStart version 2.4.0) due to syntax error

Encountering an error in the browser console when attempting to run my Angular2 app on IE11. The error "Недопустимый знак" translates to unacceptable symbol. https://i.stack.imgur.com/0mHBC.png Here is a snippet of my index.html: <!DO ...

IE11 Error: Script1003 expected but not found

I'm in the process of adding IE11 support, but encountering the following errors: SCRIPT1003: Expected ':' File: vendor.bundle.js, Line: 8699, Column: 8 SCRIPT5009: 'webpackJsonp' is undefined File: app.bundle.js, Line: 1, Column: 1 The error occurs at ...

Issue with launching application in IE using Selenium webdriver, although it opens in Firefox and Chrome

Attempting to launch the web application in a browser based on the user's choice has been problematic. The code used with IF conditions/Switch Case does not seem to work properly when trying to open the application in IE11. Surprisingly, the same appl ...

The webpage appears fine on the local server, but displays incorrectly on IIS (Internet Explorer 11)

My project looks great when I run it locally on my computer and open the page in Internet Explorer 11: https://i.stack.imgur.com/yZvo2.png However, when I deploy the page to an IIS server and navigate to the page, it appears differently in Internet Explo ...

The parent container is not properly wrapping its content in Internet Explorer only

Check out this code snippet I have here: https://jsfiddle.net/kimwild/mtxgtwr5/2/ main#wrapper { z-index: 1; width: 100%; position: relative; overflow: hidden; background-color: red !important; border: 10px dotted #4D37DB; } figure#about-im ...