SR-114757 · Issue 169899
Error messages from CPM displaying correctly
Resolved in Pega Version 7.1.7
When CPM Intent has Page Messages, the horizontal scroll bar and the User interface fields overlapped with a default bar at the bottom of the screen. This was caused by resizing the HARNESS_CONTENT div when the error table was present and has been corrected.
SR-114816 · Issue 166068
Start times for repeating grids check for appropriate auto-refresh
Resolved in Pega Version 7.1.7
If the date/time field was set only to time, entering a start time in a repeating grid caused an auto-refresh that would lose the entered time. To prevent this, a new API was added to verify whether the opened element is from grid, and if it is from grid then there is no need to auto submit.
SR-114896 · Issue 168564
ActionAutoSubmit HTML rule corrected
Resolved in Pega Version 7.1.7
A flaw in the ActionAutoSubmit function caused it to require manual submission once all files were loaded. This has been corrected.
SR-114898 · Issue 167508
Radio button focus corrected
Resolved in Pega Version 7.1.7
Focus was not being properly set for radio buttons, including a scenario where a section refresh on click of a radio button moved the focus to the first element within the radio button group instead of to the radio element which was clicked. This was traced to missing logic for the radio buttons, and has been fixed.
SR-114913 · Issue 165658
Corrected error message display for dynamic layouts
Resolved in Pega Version 7.1.7
Multiple validate error messages for a particular field in a dynamic layout were displaying on the same line at run time and appearing as a single error message text. This was caused by error messages being directly appended, and has been changed to display each error as separate string in every span.
SR-115242 · Issue 164582
Last row delete in Grid Repeat generated an error
Resolved in Pega Version 7.1.7
If a Grid Repeat contains only one row, hitting 'delete' properly removed the row, but the java script error "this.rightBodyTbl.rows[...].cells is null or not an object" appeared. This error was caused by a missing null check inside the focusing api, and has been fixed.
SR-115272 · Issue 167336
Corrected clipboard mismatch for refreshed Repeating Grid pages
Resolved in Pega Version 7.1.7
When using Repeating Grid pagination in Screen Flow, refreshing the screen by choosing that option from the context menu displayed with a right-click followed by selecting 'Next' on the repeat grid caused a NPE. This was caused by a mismatch with the clipboard page, and has been corrected.
SR-115387 · Issue 166507
Flow Action support tuned for MenuBar keyboard navigation
Resolved in Pega Version 7.1.7
Using the' MenuBar' setting to display the flow actions for pyActionArea was not working as expected with keyboard navigation within the "other actions" menu: the Up/Down keys moved the cursor, but pressing the Enter key did not fire any actions because a mouse click was expected. An enhancement has been added to the logic to support an enter key event for menu items. In addition, the "other actions" menu was not accessible with keyboard navigation from the Resolve Flow action. This has been corrected.
SR-115521 · Issue 166317
Repeat Grid navigation enhanced for 'Expand Pane' edit mode
Resolved in Pega Version 7.1.7
If a Repeat Grid in a section was set to 'Expand Pane' as the Edit Mode , the 'previous' and 'next' buttons on the modal dialog were not working. The logic was missing for the Next and Previous APIs when using 'Expand Pane', and has been inserted to fix this issue. In addition, the Next and Previous APIs were enhanced to be appropriately disabled when the first and last rows are reached.
SR-115687 · Issue 165814
Vertical scrollbar fixed for expandable rows in Repeating Grids
Resolved in Pega Version 7.1.7
When using a Repeating Grid layout with pagination, expandable rows, a fixed size, and frozen header, expanding the row during run time caused the vertical scrollbar to disappear. The API has been updated to properly display the scrollbar for this setting combination.