Forum Discussion
hyunmin
Feb 23, 2022Copper Contributor
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>
=========================================
- bunchofsageIron ContributorI 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/1169551- hyunminCopper ContributorI sent feedback many time. but it is not fixed now.
why it working diffrently??
please tell me why.