Edge randomly stops registering clicks after using dev tools #211
Open
Description
Hello,
I recently switched to Microsoft Edge for web dev however I'm running into an issue where clicks stop registering after using dev tools for a few minutes. I can't click in dev tools, and I can't click on the web page. However, if I double click then 1 click registers. Seems like this issue happens randomly as I'm not able to reproduce the issue consistently. I tried disabling all extensions and still experience this issue.
Steps to reproduce:
- Open dev tools
- Look at elements on a page in the elements tab
- Add inline styles using the styles tab
element.style {
/* placing styles here */
}
- Issue doesn't happen right away but I do get the issue every time after a few minutes of usage.
AB#48627321