Hi,
I have observed following browser compatibility issue with SP.SOD.executeFunc function.
We have observed that SP.SOD.executeFunc not working in IE8 browser.
I have tested adding following code in a script editor web part in a page, found that it is working in other browsers exceptInternet Explorer 8
<script>
SP.SOD.executeFunc('sp.js', 'SP.ClientContext', function () {
alert("SP.SOD.executeFunc worked");
});
</script>
Have anyone other also observed this issue?