microsoft-edge

Is there any method for opening specific web app by Internet Explorer from MS Edge browser?

一笑奈何 提交于 2019-11-27 08:51:52
问题 I would like to know a method for opening a specific web application in Internet Explorer from within Microsoft Edge, because our web application has some problem with Edge. Is there any method? 回答1: As suggested by TylerH, the first thing to do is determine the precise problem to see if it can be fixed on the site. If it is something that is not expected to work in Edge (e.g. reliance on custom ActiveX control), there are two ways to have the web app prompt to open IE from MS Edge: If it is

CSS Variables don't work in Microsoft Edge [duplicate]

六眼飞鱼酱① 提交于 2019-11-27 08:29:01
问题 This question already has an answer here: Do CSS variables work differently in Microsoft Edge? 1 answer I am designing a new blogger Template. I want to make it easy to change the whole template color at the same time by changing the value of the variable , so I used these lines: :root { --bg-color: #fff; --url-color : #000; --main-color : #2daeeb; --main-hover-color : #2ca1de; --alt-color : #ff6347; } but unfortunately it doesn't work in Edge browser, even though I used the prefix: -webkit-

Angular 8 project not working in Microsoft Edge and IE11

我们两清 提交于 2019-11-27 07:19:26
问题 I need to make my Angular project work on both IE11 and Edge, but a very simple hello world is not even showing in these two browsers. Here's what I did: npm version: $npm -v 6.10.2 Angular version: $ng v Angular CLI: 8.1.3 Node: 10.15.1 OS: win32 x64 Angular: 8.1.3 ... animations, cli, common, compiler, compiler-cli, core, forms ... language-service, platform-browser, platform-browser-dynamic ... router Package Version ----------------------------------------------------------- @angular

How to open URL in Microsoft Edge from the command line?

不打扰是莪最后的温柔 提交于 2019-11-27 06:52:17
I need to open URL in Microsoft Edge (on Windows 10). When I invoke start shell:AppsFolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge http://www.google.com then Microsoft Edge is started correctly but it doesn't open the given URL (www.google.com, in this case). It opens Bing search where the given URL is used as a search term instead. Charles Morris - MSFT The following method should work via Command Prompt (cmd): start microsoft-edge:http://www.cnn.com simmondp Windows 10: Create a shortcut with this destination: %windir%\system32\cmd.exe /c "start microsoft-edge:https://twitter.com

Mousewheel & dommousescroll event in IE & Edge

夙愿已清 提交于 2019-11-27 06:38:55
问题 I have this code: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <script> window.addEventListener('DOMMouseScroll', mouseWheelEvent); window.addEventListener('mousewheel', mouseWheelEvent); function mouseWheelEvent() { alert(1); } </script> </body> </html> It works in Chrome & Firefox. However, it doesn't work with my laptop dell xps 13 9434's touchpad in IE & edge. But it does work with (some) other laptops' touchpads. What to do? jQuery is

SEC7117 Error when trying to load a javascript file in MS Edge

旧城冷巷雨未停 提交于 2019-11-27 06:35:29
问题 I'm getting this error when trying to load a javascript file from another server when using microsoft edge. I have a feeling it's related to the server being http instead of https, but I'm not sure. It works in IE (after allowing unsecured content), but I can't find an option in Edge to allow unsecured content. This is the error I'm receiving: SEC7117: Network request to http://servername/whatever.js did not succeed. This Internet Explorer instance does not have the following capabilities:

How to configure Protractor (JS) for running tests in Microsoft Edge?

时间秒杀一切 提交于 2019-11-27 06:22:32
问题 I want to set my protractor.conf.js to run tests in Edge instead of in Chrome. Setting this capabilities: { 'browserName': 'MicrosoftEdge' } results in SessionNotCreatedError: Unable to create new service: EdgeDriverService with an error code of 199. I downloaded the MicrosoftWebDriver.exe for the version of Edge that I have from Microsoft's website, but I can't figure out how to tell Protractor where to find that driver. I've tried adding it to my user path, my system path, the selenium

Can't open localhost in Microsoft Edge (Project Spartan) in Windows 10 preview

折月煮酒 提交于 2019-11-27 05:30:53
问题 I installed Windows 10 preview and installed IIS. Open "http://localhost" in Project Spartan can't connect. IE has no problem. What's the problem? 回答1: So the issue is Spartan Edge doesn't have access to the loopback addresses, which is something that most Windows Store apps are blocked from accessing. If you are using Windows 10 RTM or build 10166, this can be done by navigating to about:flags and checking "Allow localhost loopback": Image courtesy of Ryan Joy and used with consent. If you

window.scrollTo with options not working on Microsoft Edge

倾然丶 夕夏残阳落幕 提交于 2019-11-27 04:51:39
问题 I have a strange issue which I can only replicate on Microsoft browsers (Edge and IE11 tested). <style> body { height: 5000px; width: 5000px; } </style> <p>Click the button to scroll the document window to 1000 pixels.</p> <button onclick="scrollWin()">Click me to scroll!</button> <script> function scrollWin() { window.scrollTo({ left: 1000, top: 1000, behavior:"smooth" }); } </script> This code correctly scrolls the window 1000px to the left and down, with a smooth behaviour in Chrome and

Add new Microsoft Edge to web browser control?

女生的网名这么多〃 提交于 2019-11-27 04:11:17
The new Windows 10 with Microsoft Edge has arrived. I want to ask you, how can I add it to my web browser control? I need it because the actual web browser control doesn't allow JavaScript and CSS3. I used to also add Chrome browser with the projects WebKit and Awesomium but they didn't remember the login credentials (I need them for my app) so I have to use I.E. unfortunately. UPDATE May 2018: FINALLY Microsoft has made it easy. https://blogs.windows.com/msedgedev/2018/05/09/modern-webview-winforms-wpf-apps/ For now, the new control is in the Windows Community Toolkit 3.0 and contained in