Top "Microsoft-edge" questions

Microsoft Edge is a web browser released for Windows 10, installed alongside Internet Explorer (IE) 11.

CSS word-break does not work correctly in Microsoft edge

It has come to my attention that in Microsoft Edge there is a problem with some css attributes, such as : …

html css layout microsoft-edge
Disable auto update on Edge browser installed on windows server 2019

I am trying to disable the auto update on edge browser to freeze version 85.x.x(chromium based) installed on …

microsoft-edge windows-server-2019
How can I disable autocorrect in Edge?

I want to disable autocorrect in specific page of Edge Browser. How can I disable autocorrect in Edge? But I …

windows-10 microsoft-edge autocorrect
SCRIPT7002: XMLHttpRequest: Network Error 0x2ee7, Could not complete the operation due to error 00002ee7

I got this error in Microsoft Edge. What does it mean? Searching online mostly gives me threads about people encountering …

xmlhttprequest microsoft-edge error-code
Touch API (e.g. touchstart) not working in MS Edge

my application is using the Touch API to detect touch events in JavaScript. Example: $(".element").on("touchstart", function(event){ alert("…

javascript mobile touch tablet microsoft-edge
prepend/append works in Chrome and Firefox but not IE11 and Edge

Trying to prepend data inside a text box in Chrome and Firefox works. Get error: SCRIPT438: Object doesn't support property …

jquery ajax internet-explorer microsoft-edge prepend
Data URI link <a href="data: doesn't work in Microsoft Edge

This simple code works perfectly everywhere except Microsoft Edge: <a href="data:text/plain;charset=utf-8,Test">link&…

hyperlink data-uri microsoft-edge
ScrollTo method doesn't work in Edge

I use scroll in my method const scrollToCenter = () => { const kon = document.querySelector('.clazz'); const width = kon.offsetWidth; kon.…

javascript microsoft-edge
Why is Bootstrap trying to load LESS files in Edge?

I have a web page using Twitter Bootstrap. It works well in Chrome, Firefox, and Safari. However, when I try …

css twitter-bootstrap less microsoft-edge
Getting DataTables to keep its state when the user clicks the back button (without the stateSave option)

The problem I'm experiencing in Chrome and Edge: Go to https://datatables.net/examples/basic_init/zero_configuration.html Sort …

javascript jquery google-chrome datatables microsoft-edge