Most voted "microsoft-edge" questions
Microsoft Edge is a browser developed by Microsoft that is included with Windows 10. Uses a new rendering engine called Edgehtml.
Learn more…16 questions
Sort by count of
-
11
votes3
answers794
viewsWhich CSS properties prefixes are compatible with Edge?
With launch of Windows 10 Microsoft eventually retired Internet Explorer, changing the default browser to the Microsoft Edge. To support CSS properties that have not yet been standardized by W3Cen,…
-
3
votes1
answer195
viewsEdge Console? Is there?
Is there a console in the Edge? How to open and use? There are some things I need to fix in the site’s CSS in the Edge and without console I can’t know.
-
2
votes1
answer1118
viewsDownload previous versions of Edge browser
I need to test my web application on older versions of Micrsosoft’s Edge browser. I am using virtual machine for such purpose, however, I am not able to find where to download the oldest versions of…
-
2
votes1
answer66
viewsMicrosoft Edge passing strange characters in AJAX call
I have an Ajax call on a web system, where you specify a date of dismissal, and fire an employee on that date: data is the parameter that comes with the Ajax call. When I test in Chrome or any other…
jquery ajax google-chrome character-encoding microsoft-edgeasked 6 years, 6 months ago Artur Trapp 5,175 -
2
votes1
answer31
viewsFirefox and Edge do not apply margin to the element
I have tested in Chromium browsers and operates, it worked, but in firefox and edge has this problem Use the Materializecss I have an element <main> which contains the main content of the…
-
1
votes2
answers903
viewsCSS background-blend-mode in IE (Edge)
I’m making a website, and to avoid hovers with other images, I used the blend-mode in CSS. But according to Can I Use? IE 11 and new Edge browsers do not support. Here comes my question, in cases…
-
1
votes1
answer205
viewsMicrosoft Edge starts opacity and Transition with bug
I’ve been trying for a long time to solve a bug that only occurs in Microsoft Edge. I need to create a link that has a circle-like border, and within this circle I need you to have an image. When…
-
0
votes0
answers31
viewsedge Animate - limit area move object
I have a Symbol in the edge with "drag" function (mouseover-move with mouse), now I want to limit what is the area, inside my document, where it will be possible to move it. For now this is the code…
microsoft-edgeasked 8 years, 5 months ago miriam 15 -
0
votes0
answers131
viewsSimple Lens Jquery does not work on IE and Edge
I’m using simpleLens but the same is not working on IE and Edge. Zoom does not appear and images do not change when passing the mouse. I’ve tried to change several parts but it doesn’t work.…
javascript jquery internet-explorer zoom microsoft-edgeasked 7 years, 5 months ago Rodrigo B. Silva 173 -
0
votes1
answer60
viewsBackground animation does not work on Microsoft Edge
I tested the code on Chrome and it worked normally, someone knows what that is?? body{ background-image: url("blo.jpg"); background-position: center center; background-attachment: fixed;…
-
0
votes1
answer241
viewsObject doesn’t support Property or method 'prepend'
I am trying to make my WEB application compatible with Edge Browser. But I get the message "Object doesn’t support Property or method 'prepend'" on the console when I try to run the following code:…
-
0
votes1
answer57
viewsJquery scroll() IE compatibility
Hey, guys, what’s up? Guys, I have a little problem, I have a Jquery scroll() event, only I have a compatibility problem with Microsoft Edge (IE), follow the code: $(window).scroll(function(){ var…
-
0
votes1
answer36
viewsHow do I prevent an element from viewing in Microsoft Edge and Internet Explorer?
microsoft browser breaks my site, that’s why it’s Windows/bootstrap, imagine if it wasn’t, I have nothing against microsoft, I just need to cover the site in black and display the message not…
-
0
votes1
answer18
viewswebauthn not working
I am trying to use (and learning) webauthn on my website, but the "Platform" authentication method does not work, returning the error Domexception: The Operation either timed out or was not allowed.…
-
0
votes0
answers14
viewsfullcalendar date start error in google Chrome
Since the day 26 seems to be a fault in the google Chrome schedule. I found this using whatsAppWeb:…
-
-1
votes1
answer37
viewsHow to load a JS script when the page is not cached?
I’m developing an extension (just for me for now) for Microsoft Edge Chromium that changes the Github source, but it doesn’t change when I reset the page cache, here’s the script I made (it’s just…