microsoft-edge

Digital signature with Javascript

帅比萌擦擦* 提交于 2019-12-12 10:58:34
问题 So I'm stuck with this problem: IE Edge no longer allow applets, activeX, etc. , and I have this applet that is used for digital signature , the idea is to extract the private key from the KEY file in the client side , in that way the private key never leaves the client's computer, that is a requirement for security , it can't be avoid :( I'm looking for APIs or frameworks, but I can't found a way to solve this, with jsrsasign the examples uses a PEM file but my users have .CER + .KEY +

Microsoft Edge browser how to read Clipboard data

做~自己de王妃 提交于 2019-12-12 09:41:12
问题 I am unable to read clipboard data in Microsoft Edge browser. i am using the below javascript. if (window.clipboardData && window.clipboardData.getData) { // IE pastedText = window.clipboardData.getData('Text'); } else if (e.clipboardData && e.clipboardData.getData) { //non-IE pastedText = e.clipboardData.getData('text/plain'); } Non of the if/elseif block is executed in Edge. I tried using e.originalEvent.clipboardData.getData('text/plain'); But I am getting 'Access is denied.' error. Let me

New Response from Stream in Microsoft Edge

强颜欢笑 提交于 2019-12-12 07:39:03
问题 Does someone know of a way to create a new Response from a ReadableStream in Microsoft Edge? For Chrome, this is quite simple. You can just take a ReadableStream and pass it in the constructor of Response as the first argument. This way you can, for example, create a new Response with say another status code from a network response, without copying the response: fetch('https://www.baqend.com/') .then(res => new Response(res.body, { status: 222 })) .then(it => it.text()) .then(it => console

“Unknown command received” errors using MicrosoftWebDriver and Selenium (C#)

十年热恋 提交于 2019-12-12 05:12:05
问题 I am using Selenium (v2.47) and the Microsoft Web Driver (v10.0.10240.0). I am working with some existing C# code that already runs fine on Firefox, IE and Chrome and I want to use it to test the new Edge browser on Windows 10. My code is able to successfully open the browser and navigate to my login page. However I get an "Unknown command received" exception when I do a few basic things such as: 1) maximize the browser 2) call .FindElement(by) on an existing IWebElement. For example: driver

Microsoft Edge background-attachment:fixed not working

风格不统一 提交于 2019-12-12 04:30:24
问题 I have a bootstrap carousel, and we would like to have a background fixed to create a "parallax effect" as you scroll down. The background-attachment works fine in all browsers except for Edge. If you scroll down in chrome, you'll notice the attached background working as desired. If you scroll down on Edge, the fixed background is ignored. I am using toe following browsers: Microsoft Edge 38.14393.0.0 Chrome 53.0.2785.116 m I created this fiddle to test it out: https://jsfiddle.net/5r73prux

Identity Server 3 with Edge and IE

我与影子孤独终老i 提交于 2019-12-12 03:54:42
问题 I'm going to ask this question and answer it so that it helps others that might run into the problem. I am running Identity Server 3 alongside my main web application (ASP.NET Web Forms) with implicit flow. During development I used the following addresses: 192.168.1.100 idsrv.company.dev 192.168.1.101 dev.company.dev .. and issued appropriate self-signed certificates so that the world was happy. Now I have a pucka wildcard certificate and have made the following changes: 192.168.1.100 idsrv

filter:grayscale not always working in Edge

亡梦爱人 提交于 2019-12-12 03:43:46
问题 I can see it working on Microsoft's website: https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/css3filters/ But on the website I am currently working on, it only works some times. For example, when I remove max-width on the img tag, the grayscale suddenly works, but then when I hover it, it stops working. The filter was originally on an img tag, but I also tried on a div with the same result. I know it might be too specific a case, but I can't seem to find anything related

Is there any way to detect if user has launched microsoft edge tablet or desktop browser?

爷,独闯天下 提交于 2019-12-12 03:37:34
问题 Microsoft edge browser is returning the same user agent for both windows 10 tablet and desktop. So please help me in differentiating micosoft edge tablet and desktop browsers through any javascript features or useragent detection or any other way. Note: Normally we differentiate tablet and desktop browsers by pointer events. tablet supports pointer events while desktop doesnt support. In windows 10 even desktop is supporting pointer events 回答1: Unlike Windows 8/8.1 there is only one Microsoft

Issues with edge webdriver

扶醉桌前 提交于 2019-12-12 03:34:53
问题 I am trying to execute automated test-cases on Microsoft Edge browser. While executing a test-case, Edge get launched, page get loaded but then it fails to execute javaScript (using IJavaScriptExecutor) and throw below exception: -> error: unknown error (WARNING: The server did not provide any stacktrace information) Command duration or timeout: 31 milliseconds Build info: version: '2.53.0', revision: '35ae25b', time: '2016-03-15 17:00:58' System info: host: 'DESKTOP-VJGM30D', ip: '172.20.13

CSS Position Problems in Microsoft Edge

强颜欢笑 提交于 2019-12-12 03:33:18
问题 I am by no means a web developer, I am more on the infrastructure side of things. Anyway, I built a FreeBSD server with an AMP stack on an XServe G4 and wanted to spruce up the generic landing page that only printed "It Works!" on a plain white screen to something a bit more interesting when I ran into a an issue with CSS. Here's the page - it works exactly the way it's supposed to on Chrome, Opera, Safari on both Mac and Win10 (I didn't check Safari on Win10) On Microsoft Edge, I get this: