INC-198951 · Issue 688271
Desktop browser java render error corrected
Resolved in Pega Version 8.5.6
Attempting to open Clipboard, schedule a report, or perform any activity which generated in a pop-up resulted in a blank screen and browser errors indicating "Uncaught TypeError: (…) is not a function 2. Uncaught TypeError: cannot set property '...' of undefined". This has been resolved by adding a semicolon to the last line of pzpega_desktop_automation_support_js.
INC-198958 · Issue 691540
Scroll Bar displayed for lengthy sub menu
Resolved in Pega Version 8.5.6
The scroll bar on the main CaseManager/Case Worker portals menu was not displayed on the second mouse hover. This was traced to an intermittent issue where max-height was not being calculated correctly if there was a lengthy sub-menu, and has been resolved by ensuring the correct positioning of the menu.
INC-199043 · Issue 697067
Preview link aligned under item
Resolved in Pega Version 8.5.6
The preview option was not showing below the link control configured to open the case, but instead was displayed elsewhere on the page. This was traced to changes made in Google Chrome v.93+, and has been corrected by changing the perspective to none instead of 0 so the link is displayed in the expected location.
INC-199558 · Issue 693301
Updated calling activities from refresh to use invokeActivity
Resolved in Pega Version 8.5.6
The Refresh DX API was inconsistently throwing an index out of bound exception when using a checkbox which invokeed an activity on check to save and commit the case. This has been addressed by updating calling activities from refresh to use invokeActivity, and a try/catch has been added to capture exceptions and add a page message if the activity is not found or has an error.
INC-199625 · Issue 690721
Handling added for dropdown with duplicate option values
Resolved in Pega Version 8.5.6
When load behavior used "After screen renders" and dropdown options had duplicate values, a console error was observed and the UI became frozen. This has been resolved by adding handling for scenarios where the dropdown has duplicate option values.
INC-201739 · Issue 694504
Switch from Pega base64 utility to java.util.Base64.getEncoder
Resolved in Pega Version 8.5.6
An on-premises Web Application Firewall (WAF) was interpreting the characters "%0a" in the Pega auto-generated URL as an "HTTP Response Splitting" attack. As a result communications were intercepted and a 403-error screen was shown. In addition, the characters %250A were interpreted as LF (line feed) or \n in the refreshFor hash generation. To resolve this, an update has been made to use java.util.Base64.getEncoder().encodeToString instead of the Pega base64 utility.
INC-205269 · Issue 703387
Updated key even handling for lazyDeferLoad
Resolved in Pega Version 8.5.6
Upon rendering, the timeline was very responsive for few seconds. After scrolling or sliding the timeline, it slowed and the top and bottom events were not aligning properly. In addition, pressing enter on the expandable section with the timeline control did not render any events. This was traced to pzpega_ui_doc_lazyDeferLoad having a click handler which would successfully load the data but missing an event handler for the enter key to load the timeline data on expand. This has been resolved by adding an enter event for defer load container to allow the expand and collapse of container header.
INC-205517 · Issue 705993
Corrected clearing filters in mashup
Resolved in Pega Version 8.5.6
After clearing filter on a table, the screen did not reload and is hidden in Iframe in Mashup. This has been resolved by adding code to trigger the resizeHarness action for clear filters in a mashup configuration.
INC-206483 · Issue 707093
Delegated rules page displays proper warning in Vietnamese
Resolved in Pega Version 8.5.6
Opening the "Configuration" left navigation item for delegated rules and clicking on edit to modify the rule did not display the guardrail warning message properly in Vietnamese. This has been resolved by ensuring the Vietnamese date time is properly formatted as "Ngày dd tháng M năm yyyy".
INC-206488 · Issue 698400
DOM Purifier updated to allow new tags
Resolved in Pega Version 8.5.6
Snippets were visible after being added and published, but after editing the same content ID it was converted to a text file. This was traced to the DOM Purifier plugin removing tags which were not in default list, and has been resolved by adding the ADD_TAGS option in the DOM purifier to accept tags.