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 are seen in unexpected locations in Screen

SA-5321

Summary



Preference popup and Legend popup move towards bottom of view after certain sequence of actions on Dashboard screen.

Legend can be closed with "x" button, but preference popup cannot be removed

Error Messages



A pop up screen is seen at the bottom of the Page especially at the right corner.


Steps to Reproduce



1. Select group action chart, total (center circle)
2. Scroll to bottom of queue
3. Sort by the status column.
4. See the menu now appear at bottom of page.


Root Cause



The user is clicking on the refresh icon and immediately clicks on the navigation menu and as a result the navigation menu is misaligned.

Resolution



This issue is resolved through the following local change:

The below code is placed in the section where the refresh icons and the navigation menu icons are defined.
<script>
var orig1;
if(!orig1)
orig1 = pega.u.d.setBusyIndicator;
pega.u.d.setBusyIndicator = function(busyDiv, ignoreInterval){
var iSec = document.getElementById("iconSection");
if(iSec && iSec.getElementsByTagName("img").length>0)
iSec.getElementsByTagName("img")[0].setAttribute("data-click","");
orig1.call(this,busyDiv, ignoreInterval);
};
 </script>
 
 

Published January 31, 2016 - Updated October 8, 2020

Was this useful?

0% 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