INC-137521 · Issue 598631
SmartInfo on Hover functions consistently
Resolved in Pega Version 8.2.8
The Smart Info on hover on the column of a grid sometimes disappeared quickly or did not show up. This was caused by the dom observer being attached even when it was not needed, and has been resolved by updating registerDomObserver to detach the close handler if the element is visible.
INC-137966 · Issue 597741
Embed-ReportFilter supports pyDateproperties
Resolved in Pega Version 8.2.8
After creating a report definition with Date time filter values where the 'from' date and 'to' date are input and propagated as “pyStartDateTime” and “pyEndDateTime” in the clipboard, opening the pyDate properties from clipboard resulted in a 'rule not found' exception. No properties of other data types generated the error. This has been resolved by creating the pyStartDateTime,pyEndDateTime and pyDisplayTimeperiod properties in Embed-ReportFilter to support this use.
INC-138317 · Issue 591179
PDF/A generation supported
Resolved in Pega Version 8.2.8
When calling the HTMLToPDF activity and passing the pyPDFGeneratePDFA=true parameter, the outcome was a plain PDF document. This has been resolved by updating the pd4ml jar to 3113 to support pdfa format.
INC-138672 · Issue 593277
Corrected size of Session Timer modal window
Resolved in Pega Version 8.2.8
The session timer modal dialog window did not have the correct height. This has been resolved by increasing the height of the logoff timer modal dialog from 210 to 236 in the desktop_showTimeoutLogoffDialog method of the pega_desktop_appcontrollerlite.js file.
INC-139095 · Issue 596508
Portal loads for Simplified Chinese locale in Microsoft Internet Explorer
Resolved in Pega Version 8.2.8
When using Microsoft Internet Explorer, the portal would not load when using the Simplified Chinese locale. This was caused by Microsoft Internet Explorer rendering the locale as 'zh-CN-#Hans' instead of the expected 'zh-cn'. This has been resolved by adding a check to remove the "#" in the locale string to avoid a malformed URL.
INC-139260 · Issue 592216
Handling added for third party form library
Resolved in Pega Version 8.2.8
When using a third party library which created a form tag, the wrong form was used on submit in the Ajax container. This has been resolved by updating the pzpega_ui_doc_submit file submitInner method to handle this use case.
INC-140289 · Issue 589001
Check added to preserve clipboard pages for pop-up
Resolved in Pega Version 8.2.8
Many properties were missing in the clipboard after launching an ImageViewer. This was traced to the clipboard pages being deleted in the pop-up mode, and has been resolved by adding a check to not delete pages in case of pop-up opened from top navigation case.
INC-142589 · Issue 595492
Corrected tooltip evaluation for multiselect
Resolved in Pega Version 8.2.8
After adding help text for a multiselect help icon with overlay on hover field, the value was not being sourced. Changing to a different type of help text or control type worked as expected. This was due to an error in case sensitivity, using pyToolTip when it should have been pyTooltip, and has been corrected.
INC-143260 · Issue 599304
Overlapping columns fixed in ReportViewer
Resolved in Pega Version 8.2.8
When Report Viewer was used for Report Definition, displaying it on dashboard columns resulted in columns that overlapped each other. This was traced to a resize issue related to the scrolling checkbox and has been resolved.
INC-147794 · Issue 602702
Entity relation diagrams UI corrected
Resolved in Pega Version 8.2.8
After upgrade, attempting to create a campaign showed a blank page. This was traced to the Entity relationship diagram not loading, and has been resolved by adding a safe check.