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-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-B13450 · Issue 284622
Null check added to joins of UserWorkList columns
Resolved in Pega Version 7.3
When attempting to join a pyUserWorkList Report definition with work class properties, blank values in the pyUserWorkList columns caused a Null Pointer exception on click of the filter icon for joined class properties/columns. This has been resolved by adding a null check.
SR-B13517 · Issue 293343
Icon alignment fixed in grids with skin inheritance
Resolved in Pega Version 7.3
The Header Title and the Collapsible Icon of a grid were misaligned due to an error in skin inheritance. The pzTemplateNewSkin1 legacy standard format has been changed to correct this.