Support Article
Field length varies when application opened in different browser
SA-28744
Summary
For the same configuration field length is varying in both Internet Explorer and Firefox browsers.
Error Messages
Not applicable
Steps to Reproduce
1. Create a repeat grid with few properties.
2. While running the case, click on Add to add a new row in a repeating grid.
Root Cause
A defect in Pegasystems’ code or rules. The field length for one of the column in the repeat grid varies in length in both Internet Explorer and Firefox browsers.
Resolution
Perform the following local-change in the userworkform:
<style>
input#<id_name> { width: 22opx; }
@-moz-document url-prefix() {
input#<id_name> { width: 22opx; }
}
</style>
Published October 25, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.