SR-B41140 · Issue 300825
Fixed column alignment in progressive repeat grid
Resolved in Pega Version 7.3
The scrollhead th was generated even when there was no scrollbar for a fixed header grid, causing the column alignment of records in a repeat grid with Progressive pagination that contained one or two rows to become progressively more disaligned from the column headers. The problem did not appear if the actual number of rows was equal to the page size. To fix this, the system has been updated to not generate the scrollhead th when the number of rows is less than the page size of the grid.
SR-B41504 · Issue 299952
Tabbed navigation research wrap-up fixed
Resolved in Pega Version 7.3
Tabbed navigation Research interaction wrap-up was displaying the review harness instead of autoclosing. In order to resolve issues with the Autoclose harness being overridden, in cases where the user is not authorized to perform the assignment AND the harness is set as "Perform", the harness purpose will be set as "Review".
SR-B41602 · Issue 300653
Filter conditions made case-insensitive for displaying column filters
Resolved in Pega Version 7.3
The filter comparator/operator dropdown was displaying different options for the same property when adding a filter for a column as opposed to dragging a property from the Data Explorer. This was caused by the dropdown logic using a case-sensitive string comparison to examine the data type of the column or filter, and has been fixed by setting the dropdown logic to ignore case when comparing the data type of the filter to determine which options are shown.
SR-B41833 · Issue 297708
Modal size remains consistent
Resolved in Pega Version 7.3
The modal size increased if a small bonus modal was reopened after a large modal was viewed. This has been corrected by modifying the logic in the modalDialogCallBack function(pega_ui_modaldialog.js) to set modal dimensions after setting the class from callbackargs.
SR-B42218 · Issue 300079
Updated logic check for property panel invalid actions
Resolved in Pega Version 7.3
Configuring invalid actions on the events & actions property panel was not triggering the validation messages when submitted, saved, and checked-in. When the action was re-opened, no changes were saved. This was due to a segment of code called on load of the property panel that remained for backwards compatibility but should not have been called in this scenario. This has been fixed by adding a check at the top of this activity for messages/errors which will route the logic appropriately.
SR-B42262 · Issue 303693
Field Values displayed correctly in mobile dynamic layouts
Resolved in Pega Version 7.3
Dynamic layout headers that reference Field Values were not displayed correctly in the mobile application. This was caused by the getLocalizedValueFromList function not passing activeContext to the resolveParams function, and has been fixed.
SR-B43160 · Issue 299701
Fixed up/down arrows for Firefox modal dialogs
Resolved in Pega Version 7.3
Up and Down arrows actions were not working in modal dialog text boxes when using Firefox. This was a defect in the framework, and has been addressed in modaldialog js.
SR-B43621 · Issue 300812
Back/Previous years calculation fixed to use current year
Resolved in Pega Version 7.3
In the year dropdown for Date control, the number of back/previous years was calculated based on the selected year and not from the current year. The calculation logic has been fixed to resolve this.
SR-B43665 · Issue 301542
Accordion layout resizes correctly with IAC
Resolved in Pega Version 7.3
The "Accordion" layout was behaving incorrectly when the browser window was resized, preventing scrolling to the bottom of the page. This was an issue with layout groups configured with accordion not triggering a harness resize when clicked, and has been fixed.
SR-B4391 · Issue 275319
GenerateGridHTML updated for JAWS version compatibility
Resolved in Pega Version 7.3
An update to the JAWS program caused it to no longer recognize some Pega grids as tables due to the use of role=presentation, and the table name was not associated with the layout header title leading to the tables not being labeled accordingly. To correct this, the GenerateGridHTML now has an added summary attribute in the ".gridTable".