INC-165964 · Issue 656813
Harness context set for modal dialog on interaction portal
Resolved in Pega Version 8.5.5
An AddDelete refresh condition on a page list property was not triggering a ReloadSection as expected. This was a special use case in the interaction portal where a modal dialog was opened but the harness context was not set properly, and has been resolved by ensuring the harness context is correct.
INC-166858 · Issue 664459
Improved text accessibility for screen zoom
Resolved in Pega Version 8.5.5
Under the specific conditions of a very large zoom level and low screen resolution, the inner menu's height was reduced to 0. This has been resolved by setting a minimal height for the inner menu item element to prevent it shrinking to 0.
INC-169866 · Issue 653547
View content type updated to FIELD
Resolved in Pega Version 8.5.5
After upgrade table grids were not visible in the UI for some operators while other operators with the same access group were able to see the same table with the result rows. Investigation showed that the personalized view stored in 8.1.x did not have a content type set, causing all of the columns to be hidden after upgrade to 8.4+ due to the personal view not matching with the design time view. To resolve this, the content type has been updated to FIELD for views.
INC-171352 · Issue 653690
Focus set correctly on the modal window in theme-Cosmos
Resolved in Pega Version 8.5.5
in theme-Cosmos with touch enabled, clicking on a button to open a modal window set the focus on the background instead of in the modal window, forcing tabbing through the full page to reach the modal window. This was traced to the templates not using the pzModalCancel control which has the necessary container_close for the modal dialog close icon, and has been resolved by adding a check to set the focus correctly.
INC-171663 · Issue 655244
MashUp dynamic parameters article updated
Resolved in Pega Version 8.5.5
The documentation for MashUp best practices has been updated to clarify that dynamic parameters sent from the client side using "pega.web.api.setAuthenticationParameters" API will be sent as part of the query parameters and won't be part of the encrypted hash as this hash is generated on the server end while generating the mashup code in the mashup channel.
INC-172178 · Issue 655020
TransID updated to trim spaces
Resolved in Pega Version 8.5.5
While preparing newTransID from a response, special characters slipped into "newTransID" param value and generated an error. This has been resolved by updating the system to trim spaces from newTransID.
INC-173238 · Issue 656503
Restored missing API call for icon navigation
Resolved in Pega Version 8.5.5
After logging in and searching for a bond, navigating to the home page without clearing the search string from the bond screen resulted in a pop-up warning to remove unsaved changes. Clicking on OK and then attempting to click on the list index number available below the table resulted in an error. Investigation showed pzCTkn was missing for the API calls triggered by clicking on the icon; this has been resolved by updating the pega_yui_connection.js file.
INC-173345 · Issue 655037
Check added for empty geolocation values
Resolved in Pega Version 8.5.5
Latency issues were traced to Geolocation-related errors in the log files. To improve performance, changes have been added to check for empty pyLatitude and pyLongitude before adding in the postdata of an async request.
INC-173382 · Issue 653441
Security update for previews
Resolved in Pega Version 8.5.5
Security updates have been made around the sanitizing of preview streams.
INC-173944 · Issue 660182
Cancel button on embedded GridRow cancels single action
Resolved in Pega Version 8.5.5
When a modal Flow Action contained a Table with the Row operations configured as Master-detail and the Detail flow action was specified, if a validation error defined in a Validation rule (i.e. other than required field error) occurred while entering details for one of the rows and the Cancel button for that row was clicked, the entire action was cancelled and the modal window was closed without saving anything. This has been resolved by updating the system to prevent the modal closure if a row is added and then cancelled.