microsoft-edge

Hover is not working on IE11 and Edge

一笑奈何 提交于 2019-12-11 09:05:53
问题 I am trying to make iframe expanded and shrank when the mouse pointer is on the iframe by using media query. However, it is not working, but, when the mouse point is on the frame border then it is expanded and shrank. Dose anyone know how to fix this on IE11 and Edge? Also, there is limitation that I can not use jQuery outside the iframe because of same origin policy. So, I might have to fix css to implement this animation. <html> <head> <style type="text/css"> iframe[id^=sidebanner]{ width:

DocumentDB Emulator browser issues

巧了我就是萌 提交于 2019-12-11 08:00:03
问题 I'm running Windows 10 - 1703 build 15063.296 - using Edge with Azure Cosmos DB Emulator, the UI tabs on the quick start page don't work? is anyone having the same issue? BTW, the Azure portal works fine. 回答1: using Edge with Azure Cosmos DB Emulator, the UI tabs on the quick start page don't work? If you mean that you could not choose other platforms except .NET in Quickstart page, you could try to uninstall and reinstall the Azure Cosmos DB Emulator, the issue seems fixed now. 回答2: I think

How to stop flickering on css transform in microsoft edge?

浪尽此生 提交于 2019-12-11 07:35:02
问题 I have a problem with a CSS transformation in Microsoft Edge. In all other browsers it runs fine. In Edge it's flickering as soon you move the mouse out of the transformed image. The enclosing <a> tag does not change from its specifications. Does someone know the solution for this issue? transform: scale(0.4) translateX(0) translateY(-37%); .bildswitch { position: relative; -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; }

IE / Edge session cookie problems using cookie_lifetime

大城市里の小女人 提交于 2019-12-11 07:13:57
问题 Since a couple of days (at least, that I'm aware of), I cannot login to my website using Internet Explorer or Edge. The login does work using Firefox and Chrome! I have witnessed the problem on other computers as well, indicating that it is not a local browser problem. I am aware that IE / Edge silently drop cookies from domains with a _ in the subdomain, however in my situation there is none. After allot of sweat and pain, I have reduced the script to the bare minimum to replicate the

Packging of Edge Extension which support nativemessaging(UWP app)

时间秒杀一切 提交于 2019-12-11 06:35:47
问题 I developed an extension which uses native messaging to communicate with backend uwp application. How can I package it? When I install the package, will it install the edge extension as well which is a part of the package. 回答1: I have successfully built a package with the edge extension by the following steps. Hope this will help you~ Build the project as following structure in C\EdgeExtension\Appx: 1. fullTrustProcess If there is fullTrustProcess, the exe should be included in TrustedProcess

Disable Form Completion in MS Edge

佐手、 提交于 2019-12-11 05:47:29
问题 I am trying to find a way to disable the feature in Microsoft Edge, that keeps form values, specifically inputs, from retaining their value when a page refreshes. You can look at the first name last name example on this page https://www.tutorialspoint.com/html/html_forms.htm to see the behavior. On Edge, if you type in the input field and immediately refresh the page, you will find the values are still present after the page has reloaded completely. I have tried this with the option disabled

Calling adoptNode and importNode on a child window fails in IE and Edge

你说的曾经没有我的故事 提交于 2019-12-11 05:46:40
问题 Findings and Supporting Information Thanks to user4749485 for pointing out a link I missed in the comments below. As pointed out by the person who made it, it seems this is caused by MS converting the HTMLElement to a normal Object before passing it to a function from another window as demonstrated here. I took the original a little bit farther and tested it on an iframe as well and added tests for same origin. Modified the code from this answer to take a document context. It further confirms

Is it possible to read / write a web page loaded in MS Edge from a separate process

笑着哭i 提交于 2019-12-11 05:35:41
问题 I realize this question isn't exactly up to SO's standards but I'm hoping someone can tell me I'm wasting my time or point me in the correct direction. I'm wondering if there was a low level API for manipulating a web page loaded in Edge. I'm working on an automation project that needs to be able to parse the DOM, inject elements, get / set input values from a separate process in real time. I have not been able to find ANYTHING online that suggests this is possible but I'm worried I might not

S3 PUT request from microsoft edge and IE fails because of semicolon in parameter

送分小仙女□ 提交于 2019-12-11 04:14:54
问题 This issue might be related to this question, but the platform is different so I am not sure. I had written JavaScript code in angularJS to upload an image to s3, it seems to work fine on most of the modern browsers but fails on Microsoft edge and IE 11 as far I have tested. The code does a PUT call to update an existing s3 URI with an image file let s3URLforImageUpload = encodeURI(response.payload.data) // already existing URI; $http.put(s3URLforImageUpload, file, {headers: {'Content-Type':

Edge17 - SEC7136 - The origin failed an integrity check for a resource

笑着哭i 提交于 2019-12-11 03:13:43
问题 In a jekyll website, I added a plugin (http://flexslider.woothemes.com/), everything is working fine upto Edge16 & below browsers, however, in Edge17, I see the console message: SEC7136: [Integrity] The origin '[insert url]' failed an integrity check for a style resource at '[url]' What is this error about? And how is the offending file, in this case, a CSS file, causing an integrity issue in Edge17 & not the previous version? Thanks 回答1: This is a known bug in 1803 Win10 release. You are