SignOff Tab is not working in Chrome

Hi Experts,

I am using Aras Innovator Version 11.0 SP9  Build: 6549

I have created a custom Item type and added SignOff Report Relationship.

SignOff Report relationship tab is working find in IE and FF, but in Chrome it is not working.

Appreciate any inputs.

Regards,

Nara

Parents Reply Children
  • Hi Cogres,

    I tried import hot fixes, but it's not working.

    I got below console warning.

    [Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
    using @ include.aspx?classes=ScriptSet1,TearOffMenuControllerNoCUI,pageReturnBlocker:5946

    When i trace the code, the warning got stopped at below line.

    xmlHttpRequest.open('GET', classUrl, false);

    Based on this site: https://xhr.spec.whatwg.org/

    xmlHttpRequest.open('GET', classUrl, false); this method has changed to 

    xmlHttpRequest.open('GET', classUrl); 

    if i change my code as per above line, i see empty landing page. 

    Regards

    Nara