Support Article
Smartinfo on Checkbox is behaving improperly with hover action
SA-100838
Summary
Performance degrades while selecting the radio button option on using the Hover event in the Actions to display the tooltip.
Error Messages
Not Applicable
Steps to Reproduce
- Configure an Input radio button.
- Add a ShowSmartInfo action for the Hover action.
Root Cause
A defect in Pegasystems’ code or rules.
The Hover for SmartInfo overlapped with the radio buttons during the Hover action. Hence, radio buttons were not clickable.
Resolution
Perform the following local-change:
Add the below style in the UserWorkForm:
<style>
.smarttip-container .arrow.right {
top: -20px !important;
font-size: 13px !important;
border-width: 0.50em !important;
right: 10px !important;
}
</style>
Published February 12, 2020 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.