SR-A88333 · Issue 256129
Corrected Interaction Header unexpected refresh
Resolved in Pega Version 7.2.2
Every time a new intent task was launched or closed in Interaction Portal, the Interaction header refreshed without any explicit configuration to refresh the header. This was due to the process used when evaluating the cross thread change tracker and has been fixed.
SR-A77524 · Issue 255216
Removed undesired lock in Read-only Expand Pane
Resolved in Pega Version 7.2.2
Expand Pane was locking the work object in a Repeating Grid Layout even when the Display Details Read-Only check box was selected. This lock was acquired when the row was expanded and a thread was created. This was not the desired behavior, and has been resolved with modifications to the ui_modaldialog js function to handle the case of read-only Flowaction.
SR-A93522 · Issue 262384
Validation highlights correct field with duplicated sections
Resolved in Pega Version 7.2.2
For business purposes, the same section was included twice in the UI to allow the left part to be used as read-only to see the old data while the right part was editable to modify existing data. When validation triggered an error to be displayed (required attribute set to Always) the message correctly appeared under the impacted control, but the RO label was shown in RED because the same labels were used for the read-only and editable components. This has been corrected to ensure that the correct labels get highlighted after the validation.
SR-A93522 · Issue 262361
Validation highlights correct field with duplicated sections
Resolved in Pega Version 7.2.2
For business purposes, the same section was included twice in the UI to allow the left part to be used as read-only to see the old data while the right part was editable to modify existing data. When validation triggered an error to be displayed (required attribute set to Always) the message correctly appeared under the impacted control, but the RO label was shown in RED because the same labels were used for the read-only and editable components. This has been corrected to ensure that the correct labels get highlighted after the validation.
SR-A70873 · Issue 252499
Base Lock persists in modal action with expanded grid
Resolved in Pega Version 7.2.2
Given a work object Expand Grid in a modal, expanding a row and then submitting the modal caused the Base Lock to be released. This has been corrected.
SR-A90790 · Issue 262061
Layout group tab focus issue fixed
Resolved in Pega Version 7.2.2
he user is having a tabbed layout group, by imposing If visibility when conditions were imposed on a tabbed layout group such that only one tab was visible in Section pyCaseContent, the default Information tab did not receive focus upon completion of the assignment and all of the information was not rendered after a manual focus click. This was an error in the expand indication parameter value handling for the tab layout group, and has been fixed.
SR-A101626 · Issue 272644
Height properly set for opening report in Portal
Resolved in Pega Version 7.2.2
Height was not being properly set when opening a report in the harness due to the resize function incorrectly handling expanded items. This has been fixed.
SR-A90621 · Issue 259615
Navigation highlighting fixed for items on horizontal menu
Resolved in Pega Version 7.2.2
Highlighting was not working correctly on a horizontal menu. On clicking on the first menu, the correct window opened and was highlighted, but when opening the subsequent menus, highlighting appeared for a fraction of a second and then disappeared. This was an issue with focus not returning back and not highlighting items which were not first or last in the menu bar, and has been fixed.
SR-A98409 · Issue 270972
Smart Tip focus modified to check for Accessibility
Resolved in Pega Version 7.2.2
If a text area was set with Smart Tip and used a hover event and required validation, actually hovering over the area displayed the OOB error for required and any click moved the focus to the text area. This was an error in Smart Tip which always set the focus to the target element, and has been resolved with added code to set focus and set blur on the target element only when accessibility is enabled.
SR-A98409 · Issue 270057
Smart Tip focus modified to check for Accessibility
Resolved in Pega Version 7.2.2
If a text area was set with Smart Tip and used a hover event and required validation, actually hovering over the area displayed the OOB error for required and any click moved the focus to the text area. This was an error in Smart Tip which always set the focus to the target element, and has been resolved with added code to set focus and set blur on the target element only when accessibility is enabled.