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

Smart Info not displaying complete values

SA-8619

Summary



Smart Info not displaying complete values.

Error Messages



Not Applicable

Steps to Reproduce



Configure a Smart Info pop-up in the Report Definition
When you hover the mouse, the smart info is displayed, but on expanding the section, contents are not completely displayed.


Root Cause



The root cause of this problem is a defect in Pegasystems’ code/rules.

Resolution



This issue is resolved through the following Local-change: 

A non-auto generated section is used and included in the section where the Smart Prompt is configured.


(function(){
                var popup = document.getElementById("smartInfoPngOk") || document.getElementById("smartInfo");
                if(popup) {
 
                                var popupBottom = popup.offsetTop + popup.offsetHeight;
                                if(popupBottom > document.body.offsetHeight) {
                                                popup.style.top = popup.offsetTop - (popupBottom - document.body.offsetHeight) + "px";
                                                popup.style.height = popup.offsetHeight + "px";
                                                popup.style.overflow = "auto";
                                } else {
                                                popup.style.height = popup.offsetHeight + "px";
                                                popup.style.overflow = "auto";
 
                                }
 
                }
})();

 

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