SR-A3803 · Issue 212217
Better handling for menus when using JAWS
Resolved in Pega Version 7.2
When accessibility was invoked, the Navigation menu did not indicate arrow up/down options in links with showmenu role='link' generated on them, and JAWS was not reading out that it was a link with a menu. This was an unintended side-effect of updates to avoid reading out a URL in a label/text, and corrections have been made to support accessibility so that navigational menus are read out more intuitively with JAWS.
SR-A5060 · Issue 215198
Borders displayed for empty cells in PDF
Resolved in Pega Version 7.2
Table borders were not being displayed for columns with no data in the generated PDF file. This was due to the PDF to HTML converter being used not applying table styles if the cell is empty (similar to Microsoft Internet Explorer in quirks mode). To fix this, pzGenerateFormat has been modified to generate " " if the stream is called for PDF generation and the value is empty.
SR-A2746 · Issue 209588
Brought forward Dynamic Select enhancements from earlier versions
Resolved in Pega Version 7.2
Some enhancements made to Dynamic Select for earlier versions were not present in the most recent release. Although this is a deprecated feature, these enhancements have been made available.
SR-A2746 · Issue 209586
Brought forward Dynamic Select enhancements from earlier versions
Resolved in Pega Version 7.2
Some enhancements made to Dynamic Select for earlier versions were not present in the most recent release. Although this is a deprecated feature, these enhancements have been made available.
SR-A7574 · Issue 217301
Changed auto-refresh default for Dynamic Layout radio buttons
Resolved in Pega Version 7.2
Validation was not working as expected when using a Dynamic Layout (Stacked) in a section with two radio buttons given different properties and required validation; only the first button was evaluated on submit, and the second button was evaluated if submit was clicked again. This was due to the wrapper handling the change in parameter values, and has been resolved by changing the auto-refresh property default to disabled.
SR-A4956 · Issue 212712
Check added to ensure modal edit cancel clears value
Resolved in Pega Version 7.2
If an incorrect value was entered into a field by way of a modal edit window on a repeating grid row provisioned with server side validation, clicking 'Cancel' instead of correcting the value caused the system to retain and move forward with the invalid value. This was due to the incorrect value being written to the clipboard by an older portal modal dialogue, and a check has been added to ensure proper clipboard clearance.
SR-A4005 · Issue 212070
Check added to pass value instead of parameter name from icon control
Resolved in Pega Version 7.2
After upgrade, an issue was found with passing a property to an activity from the deprecated icon control: instead of the value of the property, the property name itself was passed to the parameter of the DoAction activity. A check has been added to the generateButton RUF to catch property references and populate the property value at run time instead of the property name as a literal value.
SR-A3683 · Issue 215536
Container workarea header styles corrected
Resolved in Pega Version 7.2
The "Use the same formatting for expanded and collapsed headers" checkbox in the Workarea header style format was not working as expected in the default pyEndUser71 skin. This was due to the class being generated as layout-outline-formatstyle that was later intended to be replaced with the appropriate value, but the replacement activity was additionally replacing the 'a_' inside the workarea_header and causing the unintended result. The system has been updated to ensure only the intended content is replaced with the value.
SR-A4125 · Issue 211004
Corrected class issue with DS section rendering
Resolved in Pega Version 7.2
In Designer Studio, a section rule referencing another section of different class using a PageGroup was not rendering properly. This has been corrected by updating the handling for the GetDesignViewXML check on whether the page being used as the context is found on the pages and classes tab.
SR-A6169 · Issue 214467
Corrected compilation error when using param.value in Repeat Layout label
Resolved in Pega Version 7.2
A compilation issue was encountered when a parameter was used in a repeat section cell due to the paramStrValue being double encoded. This has been resolved by adding a check that will skip the extraneous encoding.