SR-D82148 · Issue 546762
Localization improved for ToolTips
Resolved in Pega Version 8.5
Attempting to use the Field value to localize the tooltip for Hour and Minute resulted in the time being displayed as "tooltip: Hour". Support has been added for localizing these fields using pyTooltip. In addition, an issue with the tooltip still being displayed after switching helper text to None and saving (without manually clearing the existing text) has been resolved with an update that will clear the tooltip value when helper text is selected as 'None'.
SR-D91846 · Issue 550790
Complex question checkbox labels displayed
Resolved in Pega Version 8.5
Checkbox labels were not shown when a survey was rendered in read-only mode. This has been resolved by updating pzComplexQuestionCheckBoxTemplateRowDetails and ComplexQuestionCheckboxTemplate section to show labels and icons for check boxes when a complex checkbox question is displayed in read-only mode.
SR-D86360 · Issue 548571
Handling added for declare expression targets when harnessid is null
Resolved in Pega Version 8.5
Client expression calculation was not happening in Perform harness. Research showed that whenever text input calculations happened, the expression_calculation js setTargetValuesSuccess function was called but the elementList parameter was passed as null due to the inputHarnessId parameter being undefined. This has been resolved.
SR-D65917 · Issue 529628
Cross-site scripting protection added to ClientDynamicData
Resolved in Pega Version 8.5
Cross-site scripting protection has been added to various parameters in the pzClientDynamicData HTML rule.
SR-D86274 · Issue 552509
Resolved validation conflict with error message display
Resolved in Pega Version 8.5
Error messages set through property-set- messages or edit validate were disappearing when out of focus from the date field if the field had a mandatory condition. This was traced to an edge condition where required validation was conflicting with another error message, and has been resolved by modifying the code so the system will not validate required on blur if the input has another error message.
SR-D75205 · Issue 543567
Refresh with DT or pre-activity added to dirty pop up check
Resolved in Pega Version 8.5
Given a button which when clicked launched a data transform to set a few properties on the UI followed by a section refresh, a dirty warning popup did not appear when closing the work object even though the property changed via the refresh section. This has been resolved with an additional condition in the dirty pop up check to handle a refresh section using a DT or pre-activity.
SR-D62361 · Issue 534810
Read-Only harness takes precedence over editable section with when condition
Resolved in Pega Version 8.5
Given a harness which was marked as Read Only and contained sections which were configured as editable based on some conditions, when the condition became true, the section became editable and ignored the read only conditions applied on the harness. Investigation showed that when a read-only 'when' rule evaluated to false, it rendered the layout in Edit mode instead of falling back to the read-only status of parent. This has been corrected by ensuring that when read-only evaluates to false, the system will fall back to the parent read-only status.
SR-D85228 · Issue 548200
Focus retained after cascading dropdown selection in IE11
Resolved in Pega Version 8.5
Given two DropDown fields sourced with data pages where the first dropdown value was passed as a parameter to the second dropdown source data page, at run time using IE11, If the first dropdown field value was selected using the tab key, the focus shifted to the second drop down field and was immediately lost. Pressing the tab key again set focus to the top of the window. This has been resolved by updating the system to retain focus upon cascading dropdown refresh when using IE11.
SR-D66436 · Issue 529672
Correct Value shown for Helper Text controls with labels
Resolved in Pega Version 8.5
Helper Text sourced from a field value was displaying the field value's 'Translate From' value rather than the 'Translate to' value. Analysis showed that the 'title' attribute of the corresponding icon on the DOM was being populated differently depending on whether it was a control with labels (not working) or a caption on a checkbox control (worked as expected). To address this, a check has been added for datetime and checkbox controls to send fieldname as pyCaption and pyActionPrompt respectively instead of pyTooltip to resolve the value.
SR-D95367 · Issue 560741
Expanded debug logging for exception blocks
Resolved in Pega Version 8.5
In order to enhance debugging, logging has been expanded to capture more detail on exception blocks.