INC-183966 · Issue 676560
Corrected duplicated select file label reading
Resolved in Pega Version 8.8
When using a screen reader, the select file button label was announced twice on focus. Investigation showed this was caused by the helper text and tooltip having the same content which sounded like a duplicate reading. To resolve this, the text is now differentiated.
INC-183996 · Issue 669645
Step name given heading level for better accessibility
Resolved in Pega Version 8.8
When using the JAWS shortcut for navigating through headings, the Step name was not announced as expected. This was due to the Step name not containing the necessary code for a heading, and has been resolved.
INC-184307 · Issue 673228
Improved accessibility for overflow menu tab
Resolved in Pega Version 8.8
When a tabbled layout group has more tabs than will fit horizontally on the screen, icons appear to the left and right of the visible tabs to scroll through the available tabs along with a drop down list to select from all available tabs. Running the accessibility tool generated an error message for the down arrow button on the right. This was traced to a set tabindex 0 for unfocusable items, and has been resolved by adding tabindex="-1" for the overflow menu.
INC-186072 · Issue 677409
Updated ClientDynamicData HTML Rule
Resolved in Pega Version 8.8
After upgrading from Pega 7 to Pega 8, attempting to open an assignment on the staging environment showed a blank page. This was traced to the system trying to open a declare expression of "PegaComm-" class, and has been resolved by updating the pzClientDynamicData HTML Rule handling for the top level page and enabling the expression calculation checkbox in the Advanced tab of the pyCaseManger7 harness.
INC-186081 · Issue 707804
Report filter popup displays correctly
Resolved in Pega Version 8.8
The filter popup was not displayed on the report column for which the filter was intended. This has been resolved by updating the popover js to fix the overlay issue.
INC-187756 · Issue 671837
Corrected close button screen reader accessibility
Resolved in Pega Version 8.8
The screen reader was reading 'close button' as 'close modal button'. This was traced to a lack of a visual focus indicator, and has been resolved by using the pyFlexModalTemplate for local action which uses close button and has the capability to set default focus on close button. This change affects all local actions in pyWorkCommonActions.
INC-188029 · Issue 691100
Rich Text Editor will pause until instance is ready for interaction
Resolved in Pega Version 8.8
Outbound email was intermittently appearing blank creating replies using pyReply section. This was traced to the Rich Text Editor not loading completely before the interaction, and has been resolved by adding a brief pause that will temporarily disable the Rich Text Editor until the instance is ready.
INC-188141 · Issue 678159
PD4ML upgraded
Resolved in Pega Version 8.8
Issues with PDF generation have been resolved by upgrading PD4ML to version 4.0.13.
INC-188644 · Issue 708960
Autocomplete cancel closes correctly
Resolved in Pega Version 8.8
Clicking on an autocomplete field and navigating to the next tab without selecting any values caused the autocomplete results to be displayed in the next screen until there was a click or an action was performed in that screen. This was due to the autocomplete not closing correctly, and has been resolved by removing the event.cancelBubble setting.
INC-189413 · Issue 701847
Moment timezone library updated
Resolved in Pega Version 8.8
After the Volgograd, Russia, timezone was changed, SA-103080 errors began to appear. This has been resolved by updating the moment timezone library to version 0.5.34.