Questions tagged as 'microsoft-edge'

3
answers

Which CSS property prefixes do Edge support?

With Windows 10 Launch , Microsoft just retired from Internet Explorer by changing the default browser to Microsoft Edge . To support CSS properties that have not yet been W3C standard in , browsers implement unique prefixes to support...
asked by 10.08.2015 / 14:12
1
answer

Console Edge? Exist?

Is there a console on the Edge? How to open and use? There are some things I need to fix in the CSS site in Edge and without a console I can not tell.     
asked by 29.05.2017 / 21:24
1
answer

Microsoft Edge passing strange characters in AJAX call

I have an Ajax call on a web system, where you specify a date of dismissal, and you dismiss an employee on that date: dataistheparameterthatcomeswiththeAjaxcall.WhenItestinChromeoranyotherbrowser,itworksperfectly.ButmyclientusesEdge,andwhenI...
asked by 11.05.2018 / 21:29
1
answer

Download previous versions of the browser Edge [closed]

I need to test my web application on older versions of Micrsosoft's Edge browser. I am using a virtual machine for this purpose, however, I can not find where to download the older version of the browser. Versions like 38, 40 and 41. The vers...
asked by 16.07.2018 / 20:27
1
answer

Object does not support property or method 'prepend'

I'm trying to make my WEB application compatible with the Edge Browser. But I get the message "Object does not support property or method 'prepend'" in the console as I try to execute the following code: var li = document.createElement("li...
asked by 16.03.2018 / 02:30
2
answers

CSS background-blend-mode in IE (Edge)

I'm making a website, and to avoid hovers with other images, I used blend-mode in CSS. But according to the Can I Use? IE 11 and new Edge browsers do not support. Here comes my question, in cases like this, what could I do? Try some alterna...
asked by 27.08.2015 / 01:16
1
answer

Microsoft Edge starts opacity and transition with bug

I've been trying to resolve a bug that only occurs on Microsoft Edge. I need to create a link that has a border in the shape of a circle, and within that circle I need an image. When passing the mouse, an animation with opacity in the internal d...
asked by 15.04.2016 / 00:56
1
answer

Jquery scroll () IE Compatibility

What about people, all right? I have a JQuery scroll () event, but I'm having a compatibility problem with Microsoft Edge (IE), follow the code: $(window).scroll(function(){ var scrollTop = $('html, body').scrollTop(); if(scrollTop &g...
asked by 31.07.2018 / 20:13
1
answer

Background animation does not work on Microsoft Edge

I tested the code in Chrome and it worked normally, does anyone know what this is ?? body{ background-image: url("blo.jpg"); background-position: center center; background-attachment: fixed; background-size: 100% 100%; background...
asked by 11.07.2017 / 21:08
0
answers

Handlebars.js and Edge / IE 11/10

all blz? I have a project using handlebars.js and I was really enjoying the result until I saw the system working on EDGE and Internet Explorer. I have a screen that receives about 1000 (thousand) records in json: { data_criacao:"201...
asked by 27.08.2018 / 19:47