Hello,
We have a problem with setFocus on our Dynamics 365 Version 1612 (8.2.1.176).
When I set focus on General tab - it should be on top of the screen but after a second the focus is set to a subgrid above the general tab. I do not have any other setFocus functions and I observed that the height of window is changed in this function:
MicrosoftAjax.js
Function.createDelegate = function(a,b) { return function() { return b.apply(a,arguments) } };
Do you have any idea why is this happening and how to prevent the window to scroll up after I have set the focus to a tab?
*This post is locked for comments