INC-132219 · Issue 580264
Values with accent characters are sorted properly
Resolved in Pega Version 8.2.8
Table Layout column values using a pagelist were not sorted properly when the data contained French accent characters. This has been resolved.
INC-132405 · Issue 574688
Added check for label property for 'work object already open' popup
Resolved in Pega Version 8.2.8
When a tab in a tab group was open, attempting to open the same tab again displayed the error message "TestApp case layer is already open" instead of the expected message "Tab1 is already open". This was traced to the label property not being available, and has been resolved by updating the pzpega_ui_dynamiccontainer file showConflictDialog method to check for label property when Label is not available.
INC-132771 · Issue 584958
Refresh section of MultiSelect properly handles refresh section
Resolved in Pega Version 8.2.8
On hitting tab or enter on a Multiselect control with "Post value" and "Refresh Section" enabled, focus moved to the header of the page when it refreshed. This has been resolved by updating the 'disable when' expression for "run on client" to better handle the input element used for enabling the controls.
INC-136518 · Issue 582568
Elapsed time available for an AJAX event duration
Resolved in Pega Version 8.2.8
An enhancement has been added which will capture a start of queue event for an AJAX event. This can be added to the existing end of queue event information and be used to calculate the event duration via Pega Web Analytics.
INC-137100 · Issue 604059
Added predictive text handler for Japanese on iOS
Resolved in Pega Version 8.2.8
The autocomplete function was not working well in MobileView when using Japanese IME on iOS. This has been resolved by adding a new input handler for IOS mobile, which will be triggered when predictive text is selected in mobile.
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.