Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Pop-ups remain open after logoff

SA-13235

Summary



When a new window is opened from the user portal and then the user logs off from the initial user portal, the new window does not close automatically.


Error Messages



Not Applicable.


Steps to Reproduce

  1. Configure any onclick event to launch a Harness in new window.
  2. At run time launch that new window from User Portal.
  3. Click logoff and see that new window is still there.


Root Cause



The root cause of this problem is a defect in Pegasystems’ code/rules. The closing of opened windows was not handled for casemanager. 

Resolution



This issue is resolved through the following local-change: 
 
  1. Modify pyCaseManager navigation rule by adding "Run Script" before "Log off" action for log off menu item click 
  2. In the Run script give "closeWindows"
  3. Add below script to UserWorkForm html rule.

<script> 
function closeWindows() { 
var curWin= null; 
while (null != (curWin= application.openedWindows.pop())) { 
try{ 
curWin.close(); 
}catch(e){} 


pega.u.d.attachOnUnload(closeWindows); 
</script>

Published August 27, 2015 - Updated October 8, 2020

Was this useful?

100% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us