INC-192075 · Issue 680776
Required field error message shown for Anypicker control
Resolved in Pega Version 8.5.6
Certain Anypicker controls set to required were not showing the expected error message "Value cannot be blank" in the UI when the field was submitted as blank. This has been corrected.
INC-192813 · Issue 684734
Corrected unexpected page refresh
Resolved in Pega Version 8.5.6
When a value was changed in a section where the source of the section was defined as a property, the page refreshed without any announcement and focus was disrupted. Investigation showed this happened when using paragraph control where an anchor tag was used without any Name attribute. An update has been made to explicitly set the gFocusElement property after the processAdditionalFields activity to resolve this issue. Because the Name attribute is needed to query the particular element from the DOM to focus back, there were also intermittent issues when using the Microsoft Edge browser with Windows OS even after adding Name in the paragraph control link. A setTimeout has been added before focusing the element to resolve this.
INC-193650 · Issue 687902
Corrected focus for changing optimized table density
Resolved in Pega Version 8.5.6
After selecting an option on the density filter button inside of an optimized table, the focus was set to the top of the browser rather than remaining inside the table layout. This has been resolved.
INC-194239 · Issue 685734
JAWS reads characters limits in grid text area
Resolved in Pega Version 8.5.6
A text area in a grid with a character limit was not reading the maximum characters and remaining characters when using JAWS. This has been resolved by adding the necessary aria attributes to the non-template text area control.
INC-194408 · Issue 686451
Resolved security error for new portal tab with BAC
Resolved in Pega Version 8.5.6
After configuring Show-harness in a popup window, a 403 unauthenticated error was seen on the activity pzTransformandRun even though the activity was registered. This has been resolved by ensuring the proper portal name is passed to new tabs when BAC is used.
INC-194446 · Issue 691353
Mobile app validates collapsed layouts
Resolved in Pega Version 8.5.6
Validation did not fire in the offline app when the fields were in collapsed layouts. This has been resolved by removing the validateHiddenFieldsInOffline flag for Offline.
INC-195321 · Issue 684970
Check added for readonly header control
Resolved in Pega Version 8.5.6
After configuring an optimized grid and adding a checkbox control in the header with editable options, when the control in corresponding column was configured as Auto, the checkbox in the header was rendered as read-only. When the control in the corresponding column was configured as "Read-only always" or displayText control was used, the checkbox was rendered as editable control. This was traced to a missing check for pyEditOptions = "Read-only", and has ben resolved.
INC-195581 · Issue 691841
Control menu code minified
Resolved in Pega Version 8.5.6
Minification has been turned on for control menus.
INC-195583 · Issue 684839
Flow action modal pop-up closes after submit
Resolved in Pega Version 8.5.6
On clicking Submit button on the modal window, the post action was successfully completed but the buttons froze and the modal window did not close. This was traced to a missing condition in the if loop to handle the needed flow action logic, and has been corrected.
INC-195683 · Issue 687952
Security update for MashUp
Resolved in Pega Version 8.5.6
Cross site scripting protections have been updated for the LoadMashupPage activity and RedirectTo parameter.