SR-114673 · Issue 139984
Accessibility enhanced for keyboard access to accordion tabs
Resolved in Pega Version 7.1.7
With a design structure that has nested items, keyboard navigation was not shifting focus to the correct elements for nested items. Clicking with a mouse activated the nested item, then allowing use of the arrow keys to navigate, and tab could be used to move to the next item along with shift-tab to go back to the tab group. All items in the top Layout Group Accordion now correctly take focus and can be activated with keyboard arrow keys. Tabbing from the active accordion takes the focus into the content of the active element within the accordion.
SR-114673 · Issue 140386
Accessibility enhanced for keyboard access to accordion tabs
Resolved in Pega Version 7.1.7
With a design structure that has nested items, keyboard navigation was not shifting focus to the correct elements for nested items. Clicking with a mouse activated the nested item, then allowing use of the arrow keys to navigate, and tab could be used to move to the next item along with shift-tab to go back to the tab group. All items in the top Layout Group Accordion now correctly take focus and can be activated with keyboard arrow keys. Tabbing from the active accordion takes the focus into the content of the active element within the accordion.
SR-114673 · Issue 170001
Accessibility enhanced for keyboard access to accordion tabs
Resolved in Pega Version 7.1.7
With a design structure that has nested items, keyboard navigation was not shifting focus to the correct elements for nested items. Clicking with a mouse activated the nested item, then allowing use of the arrow keys to navigate, and tab could be used to move to the next item along with shift-tab to go back to the tab group. All items in the top Layout Group Accordion now correctly take focus and can be activated with keyboard arrow keys. Tabbing from the active accordion takes the focus into the content of the active element within the accordion.
SR-114690 · Issue 169172
Space no longer reserved in the header for hidden custom icons
Resolved in Pega Version 7.1.7
After upgrading, custom icons hidden based on visibility conditions were presenting as empty occupied space in the perform screen flow harness instead of allowing the other icons to consolidate as expected. This was caused by the cell of the harness header icon remaining in place even though the icon was not being populated, and has been corrected.
SR-114723 · Issue 166462
Portal calendar display corrected
Resolved in Pega Version 7.1.7
No data was visible for the daily or weekly view when displaying the Calendar on the Portal. This was caused by the height of the time frame for Daily/Weekly being set to a fixed value, causing events which fall under 11PM-12AM to not be displayed properly. In addition, the cell width for monthly view was also set to a fixed value, causing it to show only 4 events and hiding the 'show more' option. To correct this, the Day/Weekly view now includes double height to show all events, and the Monthly view displays 3 events and correctly includes the 'show more' option.
SR-114728 · Issue 166514
Resolved locking problems with doubled flow submissions
Resolved in Pega Version 7.1.7
If a Page validation message was present and an additional flow action was submitted through a second action menu, a "Lock Lost" message was generated. This was traced to the "Release on Commit" checkbox defaulting to 'on', and it has been set to a default condition of 'off'.
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-114807 · Issue 162848
"Transfer to an Operator" dynamic list was not sorted
Resolved in Pega Version 7.1.7
The "Transfer to an Operator" dynamic list was not sorted, while the "Transfer work from" dynamic list was. This was caused by different function calls in the system, and has been corrected so the lists sort properly by property name.
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.