SR-C12957 · Issue 357400
Parse error fixed for pzProgressBar controls
Resolved in Pega Version 8.1
A parse error popup was generated when displaying a section with pzProgressBar controls. This was caused by an error in the Boolean comparison, and has been fixed.
SR-C12990 · Issue 354124
Excel/Word copy/paste to RTE font resolved
Resolved in Pega Version 8.1
When pasting the content from Excel or Word into RTE, the font of the copied text was retaining the font from Excel/Word instead of changing to the one already present in RTE. This has been fixed by adding the lang attribute to the span element.
SR-C13055 · Issue 356016
Fixed Property-Ref Page on Datapage passivation issue
Resolved in Pega Version 8.1
After passivation, clicking a link which referenced a value on a property-ref (page) on a datapage generated an error. This was traced to the reference being broken while activating a passivated page; expanding the page during activation created a dependency for the Dictionary to check the property if it was not defined as a reference. This has been fixed.
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.