SR-B12369 · Issue 282877
Select button accessibility update
Resolved in Pega Version 7.3
Further refinements have been made to accessibility enhancements which will maintain focus on a select button after posting/submitting if a hidden input is present.
SR-B12636 · Issue 284032
CSS updates to improve Microsoft Internet Explorer 11 and Chrome case type label text wrap
Resolved in Pega Version 7.3
The case type labels descriptions were chopped off in Microsoft Internet Explorer 11, while in Chrome, descriptions were intact but labels appeared below the check box. To resolve this, code for a new format for checkboxes called Bold has been added to the style sheet for application config wizard overrides. This updates the case type and data type sections to use a caption for the checkbox instead of two separate controls (checkbox + label) to handle wrapping of label to next line. The updated skin also contains overrides to use an ie-flex-fix class to handle text wrapping issues in Microsoft Internet Explorer 11 due to Flexbox layouts not working properly in that browser.
SR-B12636 · Issue 280290
CSS updates to improve Microsoft Internet Explorer 11 and Chrome case type label text wrap
Resolved in Pega Version 7.3
The case type labels descriptions were chopped off in Microsoft Internet Explorer 11, while in Chrome, descriptions were intact but labels appeared below the check box. To resolve this, code for a new format for checkboxes called Bold has been added to the style sheet for application config wizard overrides. This updates the case type and data type sections to use a caption for the checkbox instead of two separate controls (checkbox + label) to handle wrapping of label to next line. The updated skin also contains overrides to use an ie-flex-fix class to handle text wrapping issues in Microsoft Internet Explorer 11 due to Flexbox layouts not working properly in that browser.
SR-B12737 · Issue 283588
Resolved harness error after using pagination 'load more'
Resolved in Pega Version 7.3
After using the Pagination 'load more' option and clicking on any of the newly loaded items, a blank harness was opened. This was traced to missing change tracking data for the newly loaded rows, and has been corrected.
SR-B12737 · Issue 282869
Resolved harness error after using pagination 'load more'
Resolved in Pega Version 7.3
After using the Pagination 'load more' option and clicking on any of the newly loaded items, a blank harness was opened. This was traced to missing change tracking data for the newly loaded rows, and has been corrected.
SR-B12770 · Issue 285068
Text areas display OOB error message as expected
Resolved in Pega Version 7.3
In the Text area control, the Pega OOB error message was not generated when there was no value in the required text area. This was an issue with minimum characters validation not considering an empty string to be a valid one, and has been corrected.
SR-B13088 · Issue 287632
SLA correctly reset after reassignment
Resolved in Pega Version 7.3
When the SLA values were updated on routing the task, the newAssignPage and assign table were updated with the new SLA details but the pxFlow page was still holding the old SLA values. This caused the updated SLA details to not be displayed in the out-of-the-box pyAssignmentListGadget section. This was an issue with the pxAdjustSLA and Reassign activities not completely updating the embedded page pxFlow in the WorkPage completely, and has been fixed.
SR-B13315 · Issue 284499
Accessibility updated for flow action label
Resolved in Pega Version 7.3
Accessibility tools such as JAWS were not reading out the flow action label. This has been fixed.
SR-B13315 · Issue 284499
Accessibility updated for flow action label
Resolved in Pega Version 7.3
Accessibility tools such as JAWS were not reading out the flow action label. This has been fixed.
SR-B13418 · Issue 283237
Attachments removed when work object withdrawn
Resolved in Pega Version 7.3
After adding an attachment and then withdrawing the case, the unneeded attachments were still being stored in the attachments section until a refresh was performed. This was traced to code in the UpdateAndDeleteAssignments activity that appended the target page rather than replacing. This has been modified to ensure attachments are eliminated when the status of a work object is moved to 'Withdraw'.