SR-A4025 · Issue 203908
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.
SR-A5912 · Issue 214300
Updated API called for deprecated Icon control
Resolved in Pega Version 7.2
In some cases, the When rule was not evaluating correctly in the deprecated Icon control. The root cause of the issue was the version of the API being called, and this has been updated to allow the function to complete properly.
SR-A5912 · Issue 214561
Updated API called for deprecated Icon control
Resolved in Pega Version 7.2
In some cases, the When rule was not evaluating correctly in the deprecated Icon control. The root cause of the issue was the version of the API being called, and this has been updated to allow the function to complete properly.
SR-A2677 · Issue 213336
Updated autocomplete to accept shift-key characters
Resolved in Pega Version 7.2
The autocomplete function was not correctly incorporating keystroke combinations that required the shift key, such as '_' when showing results. This has been fixed.
SR-A4648 · Issue 211547
Updated autocomplete to accept shift-key characters
Resolved in Pega Version 7.2
The autocomplete function was not correctly incorporating keystroke combinations that required the shift key, such as '_' when showing results. This has been fixed.
SR-A6168 · Issue 217424
Updated encoding for "&" in dropdowns using defer load
Resolved in Pega Version 7.2
In case of dropdowns with defer load, options having "&" were being double-encoded and displayed as '&'. The API has been updated to correctly handle the special character.
SR-A6815 · Issue 216299
Updated error message display for local actions
Resolved in Pega Version 7.2
Validation errors present at the harness level on the screen were being cleared with a click on the actions button. This was due to a page context error, and has been corrected.
SR-A6732 · Issue 215512
Updated event listener for Microsoft Internet Explorer to resolve refresh hang
Resolved in Pega Version 7.2
If the out-of-the-box Rich Text Editor had spell check enabled and was configured with an OnChange - Refresh Section, entering text in RTE and doing a spell check changed the focus to outside of the RTE and caused the Microsoft Internet Explorer browser to hang. It was found that a permission denied error was being thrown on the element purge when detaching the event handler of an inaccessible RTE iframe during the section reload. This has been resolved by attaching the event listener using the native addEventListener instead of pega.util.Event.addListener.
SR-A3895 · Issue 211401
Using page passed properly for replace current scenarios of Launch Harness
Resolved in Pega Version 7.2
The using page was not passed properly for replace current scenarios of Launch Harness. To correct this, the pzpega_ui_dynamiccontainer.js and pega_desktop_api.js have been updated to pass the correct page context for doUIAction request.
SR-A3571 · Issue 208170
Validation errors made visible for UI-Kit-7:03-01 ruleset
Resolved in Pega Version 7.2
In a TabbedScreenFlow7, there are flow action with Validate rules configured. When the validation failed, the screen flow stopped proceeding further but no error was displayed to the user if the harness was picked up from UI-Kit-7:03-01 ruleset. This has been corrected.