INC-160500 · Issue 627266
Cosmos App Studio icons have helper text
Resolved in Pega Version 8.4.5
Enhancements have been made for accessibility by adding Helper text to icons in the Cosmos theme for App Studio.
INC-160843 · Issue 631726
Performance improvements for multiple visibility expressions in repeating structures
Resolved in Pega Version 8.4.5
After upgrade, performance degradation was seen and PEGA0069 alerts appeared frequently. Investigation traced this to performance issues with the expression evaluation on the client when there were multiple visibility expressions in the repeating structures. To resolve this, updates have been made to the pzpega_ui_ExpressionEvaluator.js to reduce the number of calls to _getCtxElement( ) in side loops.
INC-161430 · Issue 627719
Accessibility Component/Widget role added to pyCaseErrorSection
Resolved in Pega Version 8.4.5
Page level errors were not accessible due to the error section being wrapped inside a dynamic layout whose contents were not readable. This has been resolved by updating dynamic layouts to use the correct accessibility roles.
INC-161682 · Issue 642604
Context check updated for Delegated Data Type error message
Resolved in Pega Version 8.4.5
Once error messages for some auto set by declare expression appeared on the delegated Data Type editing screen, they persisted even after these errors were fixed. This was traced to the pega.ctx.harnessID and body's harness-id not being in sync, and has been resolved by updating root contexts to look for the error.
INC-161757 · Issue 630689
CKEditor correctly formats copy and paste
Resolved in Pega Version 8.4.5
Formatted text from Micrtosoft Word was not retaining its format when pasted into the rich text editor. This was caused by the inch to px and pt to px conversions not happening properly for margins, and has been resolved by adding a margin fix for nested bullets and lists.
INC-161937 · Issue 640262
VMWare workspace One Mobile support added
Resolved in Pega Version 8.4.5
Support has been added for the VMWare workspace One Mobile app by updating the BrowserUtilsRuntime file to add the necessary user agent.
INC-161999 · Issue 632208
Correct operator time zone passed for offline mobile case
Resolved in Pega Version 8.4.5
After selecting a date on the UI for a date only property and submitting it, the date was automatically incremented to the next day when using the mobile offline app. No increment was seen in the mobile browser. This was traced to the operator time zone being overridden for date and date range properties in an offline case, and has been resolved by ensuring the correct operator time zone is passed when working offline.
INC-162054 · Issue 633081
Updated context switch handling for event fired on modal
Resolved in Pega Version 8.4.5
A modal window thread became inactive after switching out from a modal window to another tab and returning back. This was traced to the submit modal being called on the OpenPortal thread, and has been resolved by updating the harnessContextSwitchHandler method to update the current context when an event is fired on a modal.
INC-162122 · Issue 633065
Create modal is accessible when creating case from Create menu
Resolved in Pega Version 8.4.5
After creating a new case in the Cosmos User Portal, the “Create” screen Modal Dialog opened but focus did not move to any element within the modal dialog but instead stayed on the “Create” button on the left side menu of the User Portal. It required approximately 50 tabs to reach any actionable element within the modal dialog. Investigation showed that the create modal launched the section in an AJAX container that looked like a modal, but the focus was not being correctly set on the first element. This has been resolved by ensuring there is a focusable element when launching an AJAX container.
INC-162692 · Issue 629635
Added primary portal navigation role
Resolved in Pega Version 8.4.5
While in the User portal, Accessibility inspector displayed the warning "Primary Portal navigation may be missing a navigation role." This role has now been added to pzPortalNavigation.