microsoft-edge

CSS keyframe animation not working as intended in IE and Edge

♀尐吖头ヾ 提交于 2020-03-01 15:35:19
问题 I made this animation and it's working like a charm in every browser but IE and Edge. You can see the page here https://jsfiddle.net/03ddygdx/ .progress-container { position: relative; } .background-progress-bar, .progress-bar { width: 100%; height: 10px; top: 0px; left: 0px; position: absolute; } .background-progress-bar { background-color: pink; z-index: 8; } .progress-bar { background-color: red; z-index: 9; } .indeterminate { animation: indeterminate 2.5s infinite linear; } @keyframes

CSS keyframe animation not working as intended in IE and Edge

孤者浪人 提交于 2020-03-01 15:34:20
问题 I made this animation and it's working like a charm in every browser but IE and Edge. You can see the page here https://jsfiddle.net/03ddygdx/ .progress-container { position: relative; } .background-progress-bar, .progress-bar { width: 100%; height: 10px; top: 0px; left: 0px; position: absolute; } .background-progress-bar { background-color: pink; z-index: 8; } .progress-bar { background-color: red; z-index: 9; } .indeterminate { animation: indeterminate 2.5s infinite linear; } @keyframes

How to detect Microsoft Chromium Edge (chredge , edgium) in Javascript

旧时模样 提交于 2020-02-28 08:25:53
问题 'Edge 75' will be (is?) the first Chromium Based Edge browser. How can I check if this browser is Edge on Chrome ? (What I really want to know is if the browser fully supports data-uri's - https://caniuse.com/#feat=datauri - so feature detection would even be better. If you know a way to do that, I can change the question) 回答1: You could use the window.navigator userAgent to check whether the browser is Microsoft Chromium Edge or Chrome. Code as below: <script> var browser = (function (agent)

How to open Edge using Powershell variable?

淺唱寂寞╮ 提交于 2020-02-25 08:31:13
问题 I have tried the following: $edge = New-Object -com microsoft-edge.application $edge.visible = $true $edge.FullScreen = $true But I get error: New-Object : Retrieving the COM class factory for component with CLSID {00000000-0000-0000-0000-000000000000} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)). At line:1 char:9 + $edge = New-Object -com microsoft-edge.application + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +

IE or Edge Print dialog box send request to server without session (because SameSite=Lax on session cookie)

江枫思渺然 提交于 2020-02-25 07:17:29
问题 I have a asp.net site, which users can login and members can get report or print page by Ctrl+P. Recently when my members open my site in IE and try to print, they are logged out! why? because IE print dialog send some request to server without session cookie, so StateServer release new session for this client and then user logged out. Why print dialog sent request? I don't know, but i guess IE print dialog try to renders page and ready it for print. Why print dialog don't sent current

Using Chromium Edge WebView2 in Delphi or C++ Builder

纵然是瞬间 提交于 2020-02-24 11:54:08
问题 Now that the Microsoft Chromium Edge is final, is it possible to use it in Delphi or C++ Builder? As I understand it is based on a WebView2 component. Is there a component such as TWebView2 or will Embarcadero provide one? Is there an example how to host WebView2 in Delphi / C++ Builder? Is it enough to install the latest Edge version so the app can utilize it? There was an example for the older version - EdgeHTML - here: Using WebView (EdgeHTML) in Delphi / C++ Builder 回答1: You can use

HTML <details> tag does not work in IE/Edge

杀马特。学长 韩版系。学妹 提交于 2020-02-21 10:40:08
问题 I am trying to add additional toggleable section that user can show and hide. My requirements: supported on major browsers (Opera, Chrome, Edge, IE11, Firefox, Safari on Mac) no javascript And was thinking of using the <details> tag, however the code <details> <summary>Toggle</summary> <p>Hideable</p> </details> does not work on the Edge / IE browsers. Can I anyhow "make" it work, or is there anything else I can use for that task? Hacks are OK, as long as no javascript is present. 回答1: This

HTML <details> tag does not work in IE/Edge

自闭症网瘾萝莉.ら 提交于 2020-02-21 10:37:57
问题 I am trying to add additional toggleable section that user can show and hide. My requirements: supported on major browsers (Opera, Chrome, Edge, IE11, Firefox, Safari on Mac) no javascript And was thinking of using the <details> tag, however the code <details> <summary>Toggle</summary> <p>Hideable</p> </details> does not work on the Edge / IE browsers. Can I anyhow "make" it work, or is there anything else I can use for that task? Hacks are OK, as long as no javascript is present. 回答1: This

HTML <details> tag does not work in IE/Edge

╄→гoц情女王★ 提交于 2020-02-21 10:37:29
问题 I am trying to add additional toggleable section that user can show and hide. My requirements: supported on major browsers (Opera, Chrome, Edge, IE11, Firefox, Safari on Mac) no javascript And was thinking of using the <details> tag, however the code <details> <summary>Toggle</summary> <p>Hideable</p> </details> does not work on the Edge / IE browsers. Can I anyhow "make" it work, or is there anything else I can use for that task? Hacks are OK, as long as no javascript is present. 回答1: This

MicrosoftWebDriver.exe should be pre-installed in an elevated command prompt

こ雲淡風輕ζ 提交于 2020-02-16 05:47:59
问题 I have microsoft edge installed on my machine with below versions: Microsoft Edge 44.18362.449.0 Microsoft EdgeHTML 18.18363 I am trying to use webdrivermanager to run my automation test ( java+selenium ) on Edge by the below code: WebDriverManager.edgedriver().setup(); driver = new EdgeDriver(); But, it complains with the below error: WebDriverManagerException: MicrosoftWebDriver.exe should be pre-installed in an elevated command prompt executing: dism /Online /Add-Capability /CapabilityName