Forum Discussion

hyunmin's avatar
hyunmin
Copper Contributor
Feb 23, 2022

windows11 edge ie mode working differently

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>
=========================================

Resources