microsoft-edge

Unzipping Large ZIP Archives on Mac (like latest Microsoft Edge VM)

99封情书 提交于 2019-12-03 05:43:56
问题 After trying to unzip the latest Microsoft Edge Vm zip file on my mac I end up with a *.cpgz file. Its supposed to result in a *.ova file for virtualBox. Anyone know how to fix this? 回答1: http://mattormeeple.com/2015/08/19/unzipping-large-zip-archives-on-mac-like-latest-microsoft-edge-vm/ Running the following worked great (ditto is installed by default): $ ditto -x -k Microsoft\ Edge.Win10.For.Windows.VirtualBox.zip edge 回答2: Tar worked for me e.g. tar -xvf MSEdge.Win10_RS1.VirtualBox.zip

Why is Bootstrap trying to load LESS files in Edge?

旧街凉风 提交于 2019-12-03 05:24:00
I have a web page using Twitter Bootstrap. It works well in Chrome, Firefox, and Safari. However, when I try to view it in Edge on Windows 10, I get a bunch of 403 errors saying it failed to load a slew of .less files from the Bootstrap CDN. Why are .less files being requested if the browser can't do anything with them? I am not using LESS at all, just plain CSS3, which is rendering just fine. How do I make this stop? The good news is this won't be affecting regular users of the site. The bad news is this is also happening in Chrome to some extent, it's just that the network tab in Chrome isn

How can I open a local HTML file in Microsoft Edge browser?

眉间皱痕 提交于 2019-12-02 22:06:58
Since time immemorial, most web browsers have been able to open a local file if you ran the web-browser executable, for example just execute iexplore.exe file:/c:/temp/file or via the IShellDocView interfaces. I am trying to do this from within my own program, in Windows 10, with Microsoft Edge, and am unaware of how to do it. The executable appears to be completely undocumented, does not respond to /? or /help, and simply crashes no matter what I pass to it, and given that the path appears to be likely to change, is probably not the correct approach to invoke this executable directly: C:

Pass custom arguments to window.open in case of Edge browser

拟墨画扇 提交于 2019-12-02 20:06:33
问题 From a parent window say A, trying to open another window - ChildWindow.htm using window.open. I am unable to pass string value from A. var dialog = window.open("Child_Window.htm?", "title", "width=550px, height= 350px,left=100,top=100,menubar=no,status=no,toolbar=no"); dialog.MyVariable = "some string value"; dialog.opener = window; In Child window, I get window.MyVariable as undefined 回答1: The code snippet shown in the question works fine for Chrome browser. And to pass the context to

Unzipping Large ZIP Archives on Mac (like latest Microsoft Edge VM)

為{幸葍}努か 提交于 2019-12-02 19:03:37
After trying to unzip the latest Microsoft Edge Vm zip file on my mac I end up with a *.cpgz file. Its supposed to result in a *.ova file for virtualBox. Anyone know how to fix this? Christopher http://mattormeeple.com/2015/08/19/unzipping-large-zip-archives-on-mac-like-latest-microsoft-edge-vm/ Running the following worked great (ditto is installed by default): $ ditto -x -k Microsoft\ Edge.Win10.For.Windows.VirtualBox.zip edge Tar worked for me e.g. tar -xvf MSEdge.Win10_RS1.VirtualBox.zip The way we recommended for the VMs in dev.modern.ie is to use The Unarchiver . You can know more about

Windows 8 prepare site for pinning

爷,独闯天下 提交于 2019-12-02 17:20:28
I would like to prepare my site for windows 8 pinning and have been reading some documentation on how to add the various images and could figure out that it could be done by using metadata and according to instructions and help on this site I could actually build the following meta tags but i couldn't figure out where I can call the browserdetect.xml file assuming I have the file located at mysitee.com/upload/win8/browserdetetct.xml and the images in the same folder <meta name="application-name" content="MySite"/> <meta name="msapplication-TileColor" content="#2d90c6"/> <meta name=

Can't open local iis site in ie edge

久未见 提交于 2019-12-02 16:36:48
I have a site set up locally to do development on it and I have added it to iis and edited my host file with the url (see below). However, when I browse to the url I only get the "hmm, we can't reach this page" message. The site works well in all other browsers including ie 11 so I was wondering if there are any settings to get local sites to work on edge. I have been searching and could only find this related post , but the accepted answer on that makes no difference to me as the option is already checked on my edge. I have also tried the rebooting and flushing my dns but both didn't work. I

Edge session.cookie_lifetime

烈酒焚心 提交于 2019-12-02 08:44:37
My website functionality is broken on Edge (Especially login) and I was told it has something to do with the session.cookie_lifetime . I would appreciate any help regarding the matter. Please note, I'm not a developer and I do not have any code knowledge. Some of my php.ini file, if it helps: session.use_cookies = 1 session.cookie_lifetime = 1440 session.gc_maxlifetime = 1440 session.cookie_path = 1 session.save_path = "/tmp" session.auto_start = 1 session.cookie_lifetime This value (default 0, which means until the browser's next restart) defines how long (in seconds) a session cookie will

Module import or export statement unexpected here

对着背影说爱祢 提交于 2019-12-02 08:43:13
问题 I have problem with importing JS scripts from code. I have a canvas game, and want to import my classes rather than define they in HTML. But when I run my code in Edge, it throws me an error. init.js import {Tram} from "./tram/tram" var body; var curScreen = "menu"; var canvas = document.createElement("canvas"); canvas.width = 1920; canvas.height = 1080; var ctx = canvas.getContext("2d"); var tex = {}; var corrHeight = loadTextures(); window.onload = function () { body = document.body; body

Error thrown with Microsoft.XMLDOM XML Parser in Edge with XML string content

痞子三分冷 提交于 2019-12-02 08:07:30
I'm getting the following error with the Microsoft.XMLDOM XML parser in Microsoft EDGE: Script(1,1) Sometimes it says start tag does not match end tag . And other times it gives another error. I wish I could provide the actual error messages but I'm away from a Windows machine and this is what I remember from memory. The exact same XML content works in Firefox and other browsers. Can anyone see what is going on? This could be an easy fix but again I don't have a Windows computer. Here is my XML: <s:RichText x="118" visible="true" y="238" text="Text" fontSize="58.73271028037384"> <s:filters>