I have strange problems with my (ASP.NET) web application in Microsoft Edge.
At a certain point the onclick
event stops working. All buttons on the page that respond to the onclick
event stop working. On the same page I have some buttons that respond to the onmousedown
event and they keep working.
If I refresh the page, the problem is gone. There are no errors in the console. I do not have this problem with other browsers (including IE11 under Windows 10).
Did any of you experience similar problems?