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

Validation messages on Repeat Grid in IE10 (embedded sections)

SA-4908

Summary



An post flow action activity is validating the data entered in a grid repeat layout and posting error messages when needed with the Property-Set-Messages method.
But the presentation of error messages stored in the clipboard isn’t working correctly on this specific IE10 version (10.0.9200.17148).

Error Messages



Error messages aren’t presented with red flags as expected close to the associated fields in error

Steps to Reproduce


 
  1. Create a SECTION with a grid repeat.

 
  1. Create a post activity to validate the content of the grid

 
  1. Check the error display on IE 10 (10.0.9200.17148). Error will not be presented.


Root Cause



The root cause is the painting of the screen by this version of IE 10 (10.0.9200.17148). The Out-Of-The-Box CSS details associated with “IconErrorDiv” isn’t interpreted correctly.

Resolution



The local change (1) has been implemented to avoid this issue, but both are working:--
(1) If adding in "UserWorkForm",
<style>
.ie10 .iconErrorDiv{
position: relative;
top:0px;
}
</style>


(2) If adding in an existing CSS file, then(without wrapped style tag) --
.ie10 .iconErrorDiv{
position: relative;


 

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