SR-A4436 · Issue 213360
Resolved premature validation while tabbing in Microsoft Internet Explorer
Resolved in Pega Version 7.2
Using the Microsoft Internet Explorer browser on a user portal, the Property Required validation was firing when the operator tabbed into the field. This was caused by an element firing on refocus, and a check has been added to the ui_events file to properly handle the refocus.
SR-133715 · Issue 204978
RTE <br> handling resolved when using pega:when = false
Resolved in Pega Version 7.2
Inconsistent behavior was seen when using rich text editor in paragraph rule if the pega:when was false. This was an issue with the handling of the
tags under this condition, and has been resolved.
SR-133715 · Issue 209655
RTE <br> handling resolved when using pega:when = false
Resolved in Pega Version 7.2
Inconsistent behavior was seen when using rich text editor in paragraph rule if the pega:when was false. This was an issue with the handling of the
tags under this condition, and has been resolved.
SR-A6641 · Issue 217267
RTE edits correctly reflected in grids
Resolved in Pega Version 7.2
When using the Rich Text Editor (RTE) control for a column in a grid layout, fields continued to show the previous value after attempting to update them. This was an issue with the firing timing of the submit within the grid, and has been corrected.
SR-A7387 · Issue 216214
Run on client working for Repeating layouts
Resolved in Pega Version 7.2
In repeating dynamic layouts, the 'Run visibility condition on client' evaluation was not being evaluated. This was found to be a logic issue in the calculation of the base reference, and as been fixed.
SR-A8155 · Issue 216101
Run on client working for Repeating layouts
Resolved in Pega Version 7.2
In repeating dynamic layouts, the 'Run visibility condition on client' evaluation was not being evaluated. This was found to be a logic issue in the calculation of the base reference, and as been fixed.
SR-A2769 · Issue 207202
Tab Group Refresh Issues with Visible condition corrected
Resolved in Pega Version 7.2
When Refreshing a section that has a tab group layout and an "on change" event associated with a Dropdown control of a field on a different section, the tab layout exhibited inconsistent and unexpected behavior including the absence of the refresh in some cases. This was a missing use case in the implementation of the requirement to show/hide the tabs conditionally based on the selection in the Dropdown that is associated with the "on change" event that triggers the refresh of the tab group section, and has been resolved.
SR-A2769 · Issue 210399
Tab Group Refresh Issues with Visible condition corrected
Resolved in Pega Version 7.2
When Refreshing a section that has a tab group layout and an "on change" event associated with a Dropdown control of a field on a different section, the tab layout exhibited inconsistent and unexpected behavior including the absence of the refresh in some cases. This was a missing use case in the implementation of the requirement to show/hide the tabs conditionally based on the selection in the Dropdown that is associated with the "on change" event that triggers the refresh of the tab group section, and has been resolved.
SR-A5211 · Issue 215494
Timezone conversion corrected in repeating grids with date inner section lists
Resolved in Pega Version 7.2
An error in converting the GMT date to the current time zone in FormatDateTime RUF caused inconsistencies in filtering dates for repeating grids using a date inner section list. This has been corrected.
SR-A4025 · Issue 209767
Tooltip configuration support added for pxDateTime
Resolved in Pega Version 7.2
An enhancement has been added to allow the configuration of a Tooltip for a date/date time field which uses pxDateTime control.