When using Drag & Drop elements most other elements contained in absolute positioned elements disappear from screen. If I resize the window these elements reappear but will again disappear when begining to drag. I’m experiencing this behavour in the latest version of Google Chrome (106 & Beta Version 107.0.5304.18) and now Edge. I’m unsure if this is a bug (I
Tag: microsoft-edge
Chrome (and Edge) asking several mic permissions
In my page I have three audio recorders. And when chrome asks permission to use the mic, it has the options: “allow”, “block” and to close the permission popup. If the use closes de popup, it appears other permission, and after that another (if the user repeats the action). One for each recorder. Is there a way to show this
Why does my localhost application on Node.js take so long/refuse to connect?
Why does my localhost:3000 application take so long to load? I have tried quite a lot of ways to solve this, such as: Disable IPv6 Add localhost into the hosts file Update npm and node.js to the latest version The localhost doesn’t load, and eventually, just stops loading and refuses to connect. I don’t know why this is happening. I
How can I get the URL of the current tab from a Microsoft Edge extension
I’m experimenting with edge extensions , I’m trying to make one that reads the URL of the current tab, removes the string ‘%0A’ and then redirects to the cleaned URL, but I dont know how to read the current tab URL, I found how to do it in chrome: but It doesnt seem to work for Edge, I have the
Javascript window.open() doesn’t download file
In Chrome window.open() downloads the ICS file, but in MS Edge, it’s trying to open the file in a different tab. How do I ensure Edge downloads the file in the same way Chrome does. Code: Answer Are you using Edge Legacy? Edge Legacy only support msSaveBlob method to download files. You can update your Edge to the latest Edge
Rangy selection not working on Microsoft Edge
The below code snippet is working well for all browsers except Microsoft Edge. Is there anything we need to specifically add for Edge? Answer After a lot of research, came to solution that rangy.createHighlighter() without any parameters won’t work for Edge. You need to specify the “TextRange” additional parameter (see below). The default is “textContent”. Reference: https://github.com/timdown/rangy/wiki/Highlighter-Module
Microsoft Edge not displaying
I have a button that creates a new tab and loads some simple HTML and an iframe with a data URI passed into it. The new tab opens and I can see that this is all displayed in the DOM using the navigation tools (F12). However the Iframe does not display in Edge browser. I receive the errorHTTP404: NOT FOUND