windows11 edge ie mode working differently

Copper Contributor

please check blow html.

win 10 edge ie mode : test1
win 10 edge : clicked test1
win 11 edge : clicked test1
**win 11 edge ie mode : not working**


please... fix it on windows 11 edge ie mode..


========================
<html>

<script>
var test = function(){

alert("clicked");
}
var test1 = function(){

alert("test1");
}

</script>

<body>


<div>
<ul>
<li onclick="test1()">
<span disabled="disabled" onclick="test()">click me</span>
</li>
</ul>

</div>

</body>

</html>
=========================================

1 Reply
I suggest you send this bug report via Edge built-in feedback option: Alt + Shift + I
(or at least point to this thread here / that there is an existing tech community post)

source: https://techcommunity.microsoft.com/t5/discussions/new-way-to-submit-feedback-in-microsoft-edge/m-p/...