SR-C35993 · Issue 385277
JAWS reads error messages only once
Resolved in Pega Version 8.1
Error messages were being read twice with JAWS due to the title attribute with the error message as value being added to the dynamic error div, resulting in JAWS reading both the title and the value. To fix this, the title attribute has been removed from the span element of the dynamic error div for a Dynamic-Layout so error messages are read only once for the field level errors.
SR-C36020 · Issue 376776
New px APIs added to support File Listener in Data Import Wizard
Resolved in Pega Version 8.1
In order to provide px API for Data Import Wizard to Support File Listener, the following parameters have been added:pzGetSourceHeaderList- to support delimiter pzImportRecords - to keep import file after import pzImportRecordsWrapper - to import synchronously pyKeepFileAfterImport - new property pyPerformImportSynchronously - new property
SR-C3603 · Issue 351594
Expand/collapse checkboxes read by JAWS
Resolved in Pega Version 8.1
JAWS now reads checkboxes used to expand and collapse rows.
SR-C36057 · Issue 387665
Required field error message appears under multiple controls when using multiple multiselect
Resolved in Pega Version 8.1
Error messages for multiple controls in a repeating dynamic layout displayed only for first control instead of the expected behavior of an error message displayed under all controls. The required error messages were not showing up when multiple multiselectlist control was being used due to a missing name attribute for multiselectlist control, and this has been added to correct the problem.
SR-C36091 · Issue 377696
Stuck run detection improved to give information and stop bad jobs
Resolved in Pega Version 8.1
When a run is in NEW state, attempting to trigger it caused the run to move into the INITIALIZING state and after some time back to the NEW state. Once that happens for the first time, it would continuously happen to the same run and force the creation of a new run. Investigation showed that in very specific situations a data flow run might take too long to initialize. That caused the system mechanism that detects runs stuck in a transitioning state to kick in and move it back to NEW state. Later that run would actually be initialized but its status would no longer be reported correctly, giving the impression that the run was always going from NEW->INTIALIZING->NEW. To prevent confusion, code has been to the stuck run detection that will add troubleshooting information and stop that run if it's in a state that was was not anticipated.
SR-C36306 · Issue 389694
Handling added for double-click on previous step in TreeNavigation7
Resolved in Pega Version 8.1
After configuring a screen flow navigation that utilized the TreeNavigation7 Section rule, double clicking on a previous step generated the error "Modal Dialog: Ajax Call Failure!".On double click, the onclick on <li> tag was executed and throwing the callback failure alert which was not expected, causing the system to skip the execution of the "nodeExpandCollapse" function in TreeNavigation section. This has been fixed.
SR-C36337 · Issue 376557
Harness handling updated for PDF generation
Resolved in Pega Version 8.1
If a PDF was generated using HTMLtoPDF activity with a section that consists of Required input fields, the asterisk symbol for the required field was displayed as text (required) in the PDF. This was caused by the harness not being properly passed to the child for the PDF generation, and has been fixed.
SR-C36340 · Issue 386292
Fixed filter icon alignment for Microsoft Internet Explorer 11 collapsible layout grid
Resolved in Pega Version 8.1
The Filter icon was placed at the top right corner instead of in parallel with the column header label when using Microsoft Internet Explorer 11 with a grid inside a collapsible layout if a height is given for the cell in the advanced properties. To fix this, the height will be taken from the cell when the offset height is 0.
SR-C36533 · Issue 376349
Refresh of tab section retains focus
Resolved in Pega Version 8.1
In a section with a tabbed layout containing several tabs, a refresh of the section shifted the focus to the first tab regardless of the current active tab. This has been fixed.
SR-C36622 · Issue 379749
Smartinfo fires correctly when URL encryption is enabled
Resolved in Pega Version 8.1
If Smartinfo was enabled, running a report definition worked as expected. If URL encryption was enabled, Smartinfo did not display. This has been corrected with an added check in pega_ui_smartinfo.js.