SR-C13061 · Issue 378437
Nested CSS classes included in inherited tab formats
Resolved in Pega Version 8.1
When a skin B inherits from skin A containing some formats, some nested CSS classes were not generated. This was a missed use case where inherited tab formats were not considered while generating skin CSS, and has been fixed by modifying the AbstractSkin.java file to include inherited skins while generating CSS.
SR-C13086 · Issue 368782
JAWS reads report viewer tables in Microsoft Internet Explorer
Resolved in Pega Version 8.1
Tables in report viewer were not being read by JAWS when using tabbing with Microsoft Internet Explorer . To resolve this, the Summary Header generation has been modified to add the aria attribute when using Microsoft Internet Explorer to force JAWS to read TH content.
SR-C13090 · Issue 353640
Performance improvements made
Resolved in Pega Version 8.1
Performance improvements have been made in Executable.java and ContextProcessor.java
SR-C13228 · Issue 355520
Enhanced logging for dataflow run ID
Resolved in Pega Version 8.1
DataFlowServicePulseOperation was filling up logs with exceptions that could not be traced to a specific Run. To correct this, logging has been enhanced in order to capture the problematic dataflow Run ID.
SR-C13237 · Issue 354985
JAWS reads checkbox tooltip
Resolved in Pega Version 8.1
The code for pzGenerateCheckbox has been modified to ensure JAWS reads out the checkbox tooltip.
SR-C13258 · Issue 353750
Expand/collapse checkboxes read by JAWS
Resolved in Pega Version 8.1
JAWS now reads checkboxes used to expand and collapse rows.
SR-C13426 · Issue 356652
Delta sync enhancement to improve performance
Resolved in Pega Version 8.1
When actions were bundled into a single delta sync request, the resulting package contained a large amount of redundant information that caused performance issues during handling. To improve performance, an enhancement has been made to the process so that only the modified properties of pyWorkPage are sent during delta sync.
SR-C13437 · Issue 360867
Fixed Requestor scope LDP sync
Resolved in Pega Version 8.1
Requestor scope LDP sync was failing if there was a new requestor and no new records, showing the error "Clipboard page must have at least one result” . This has been fixed.
SR-C13437 · Issue 360917
Fixed Requestor scope LDP sync
Resolved in Pega Version 8.1
Requestor scope LDP sync was failing if there was a new requestor and no new records, showing the error "Clipboard page must have at least one result” . This has been fixed.
SR-C13510 · Issue 356101
Corrected character encoding for Chart drilldowns
Resolved in Pega Version 8.1
Drilldown was failing with certain characters such as single quotes or &'s when using the legacy "Chart" control. This was due to missing encoding, and has been fixed to encode the parameters before executing the drilldown.