CA Service Management

  • 1.  Pop-up Window in CA SDM 14.1 not Opening in Middle of Screen for IE 11

    Posted Feb 28, 2016 11:52 PM

    Hi Team,

     

    We have CA SDM 14.1 installed on Windows Server 2012 R2. Whenever users are opening any ticket details/contact details/location details in IE 11, the pop up window is opening on the rightmost part of the screen instead of opening in center as in the case of other supported browsers.

     

    Kindly provide a solution for this.

     

    Regards,

    Balram Singh Deswal



  • 2.  Re: Pop-up Window in CA SDM 14.1 not Opening in Middle of Screen for IE 11

    Posted Feb 29, 2016 05:13 AM

    Hi think the error is due on that IE11 user-agent will return to be:

     

    Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

     

    compare to prior when you can check for MSIE string:

     

           Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)

     

    as CA use it to determine the way to construct the windows it may return false to isIE and the window is construct for other brwsoer causing ie11 to not react as expected.

    CA did update the code for IE11 but apparently didn't manage all the case so I will suggest you to open a case with support.

    Workaround is to fine the corresponding in the std_head.js and add your own case there like example below for the size of the window:

     

     

    var winHeight = ( _browser.isIE ? root.offsetHeight

    To

    var winHeight = ( _browser.isIE11 ? root.offsetHeight

     

    Hope this help.

     

    /J



  • 3.  Re: Pop-up Window in CA SDM 14.1 not Opening in Middle of Screen for IE 11

    Posted Feb 29, 2016 06:01 AM

    Hi Jmayer,

     

    If I update this code specifically for IE 11, will it affect the other IE supported browser functionality?

     

    Thanks & Regards,

    Balram Singh Deswal



  • 4.  Re: Pop-up Window in CA SDM 14.1 not Opening in Middle of Screen for IE 11

    Posted Feb 29, 2016 06:18 AM

    Yes this will with the example above if you are using other older IE.

    That why first recommendation is to open a support case

     

    /J



  • 5.  Re: Pop-up Window in CA SDM 14.1 not Opening in Middle of Screen for IE 11

    Posted Mar 02, 2016 04:50 AM

    Maybe apply the latest cumulative patch (CP2) before you log a support ticket, in case the correction of this is included there



  • 6.  Re: Pop-up Window in CA SDM 14.1 not Opening in Middle of Screen for IE 11

    Posted Mar 02, 2016 04:58 AM

    Hi Brian,

     

    Cumulative patch is already applied, still it is giving this issue. I have raised the support ticket regarding this.

     

    Regards,

    Balram Singh Deswal



  • 7.  Re: Pop-up Window in CA SDM 14.1 not Opening in Middle of Screen for IE 11

    Posted Mar 02, 2016 05:04 AM

    OK. Do keep us posted with the outcome...



  • 8.  Re: Pop-up Window in CA SDM 14.1 not Opening in Middle of Screen for IE 11

     
    Posted Mar 14, 2016 06:28 PM

    Have you been able to resolve? If so please share the resolution. Thanks!