microsoft-edge

How to change homepage by Registry in Edge Browser

我的未来我决定 提交于 2019-12-21 04:59:17
问题 I want to change the homepage in the Edge browser via Registry but it's encrypted and I see (Protected - It is a violation of Windows Policy to modify. See aka.ms/browserpolicy) in Registry. Please help me to edit homepage in Registry or find where it's a violation of Windows policy to modify. See aka.ms/browserpolicy 回答1: If it is only the homepage in Edge you want to set then change the URL below to your preference and then save this as a .reg file: Windows Registry Editor Version 5.00

How do I enable Java in Microsoft Edge web browser?

点点圈 提交于 2019-12-21 03:16:19
问题 My corporate web application is using Java applet to access users file system. There is no way for us to replace it with anything else for now. How do I enable Java in Microsoft Edge? 回答1: As other folks have mentioned, Java, ActiveX, Silverlight, Browser Helper Objects (BHOs) and other plugins are not supported in Microsoft Edge. Most modern browsers are moving away from plugins and toward standard HTML5 controls and technologies. If you must continue to use the Java plugin in a corporate

Edge session.cookie_lifetime

别来无恙 提交于 2019-12-20 06:28:18
问题 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 回答1: session.cookie_lifetime This value

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

北战南征 提交于 2019-12-20 05:41:37
问题 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

Edge browser appears to discard response payload

僤鯓⒐⒋嵵緔 提交于 2019-12-20 04:22:08
问题 I have a web app that returns a PDF to the browser, which works fine in Chrome and Firefox, however it does not work in Edge (version 38.14393.0.0). The response header looks like this: Access-Control-Allow-Headers: Content-Type, Authorization Access-Control-Allow-Origin: * Cache-Control: no-store, no-cache, must-revalidate Content-Disposition: inline; filename="Invoice.PDF" Content-Length: 9255 Content-Type: application/pdf Date: Mon, 30 Jan 2017 04:38:25 GMT Pragma: no-cache Server:

Setting up selenium grid to use Microsoft edge

纵然是瞬间 提交于 2019-12-20 04:12:06
问题 Environment: win10 (build 10240) Vaadin Testbench 4.1 Selenium 2.53 Drivers for Firefox, Chrome, IE11 and Edge for build 10240 Node and hub start java -jar c:\users\powder\vaadin-testbench-standalone-4.1.0.jar -role hub start java -jar c:\users\powder\vaadin-testbench-standalone-4.1.0.jar -role node -Dwebdriver.edge.driver=c:\users\powder\MicrosoftWebDriver.exe Usage in java code DesiredCapabilities capabilities = new DesiredCapabilities(); capabilities.setBrowserName(DesiredCapabilities.edge

Window.opener in Microsoft Edge undefined when running at localhost

本秂侑毒 提交于 2019-12-20 03:40:09
问题 I'm using Microsoft Edge in localhost for development. Website is accessed via http://localhost I open a popup and want it to post a message to the opener via window.opener.postMessage My code works with Chrome, and Safari, and even Microsoft Edge when the website is on staging or production. But when I run in in local mode, the window.opener is undefined. 回答1: CORS on localhost is tricky so try to create a domain name you like to your hosts file (%windir%\System32\Drivers\etc\hosts) - if you

IE/Edge click on SVG causes error - TypeError: Object doesn't support property or method 'blur'

♀尐吖头ヾ 提交于 2019-12-20 03:16:53
问题 I'm using an angular component (Angular UI pagination, although I don't think it's the cause of the problem), and my template includes the following... <my-button ng-click="selectPage(totalPages, $event)"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="domain.com/scgSprite.svg#arrow"></use> </svg> </my-button> The problem is that in MS Edge and IE (but not chrome) I get the following error when clicking the button. TypeError: Object doesn't support property or method 'blur'

In MS Edge, placeholder text doesn't disappear after entering text in input type=“number”

﹥>﹥吖頭↗ 提交于 2019-12-20 01:18:06
问题 To see the issue try this Snippet: <div> <span>A number input:</span> <input type="number" placeholder="Enter some TEXT"> </div> <div> <span>A text input:</span> <input type="text" placeholder="Enter some text"> </div> The behavior of input type="number" in: Chrome : Unable to input text. When numbers are input, placeholder text disappears as expected. Internet Explorer : Able to input text, but when text or numbers are input, placeholder text disappears as expected. Edge : Able to input text

Enumerating Microsoft Edge History Programmatically

流过昼夜 提交于 2019-12-19 22:03:58
问题 I used FindFirstUrlCacheEntry/FindNextUrlCacheEntry Win API to get Internet Explorer's history programmatically in C++. Can you tell me how to get Microsoft Edge History using C++ (Windows API)? 回答1: Not possible at this point in time. Might want to use the 'suggestions routes' at some of the links below. Developer Feedback Home - https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer Developer Feedback Twitter - https://www.twitter.com/msedgedev Feature Suggestions - https:/