SR-D85848 · Issue 551847
Improved accessibility for tab key navigation in tables
Resolved in Pega Version 8.5
When using the tab key to navigate to the first cell in a table, the cell itself was taking focus instead of the link and the link did not open when 'enter' was hit. Instead, hitting tab a second time opened the link. By default, the standard was to have tabIndex set on the first cell of every row for accessibility so the link inside the cell gets the next level of focus. To resolve the navigation issue and avoid user confusion, while adding `tabIndex` to first cell of every row, the system will check for focusable content and avoid adding `tabIndex` to `td`.
SR-D80223 · Issue 542923
Cross-site scripting filtering for ActionStringID
Resolved in Pega Version 8.5
Cross-site scripting filter logic has been added to the ActionStringID function.
SR-D73510 · Issue 538664
Cross-site scripting filtering for ActionStringID
Resolved in Pega Version 8.5
Cross-site scripting filter logic has been added to the ActionStringID function.
SR-111928 · Issue 183474
Assignment locking smoothed for slow network async requests
Resolved in Pega Version 7.1.8
In situations with slow network async Ajax requests, locking was not being properly released between requests. This caused an issue with sub-flows that had a Spinoff Flow configured to route the assignments in the sub-process and the main process to separate operators. In order to resolve this, the close tab process has been updated to remove the corresponding thread and release the lock.
SR-114819 · Issue 175544
Localization added for currency values using commas vs decimal points
Resolved in Pega Version 7.1.8
Excel within PRPC was not properly localizing for the use of decimal and comma as thousand and decimal separators for decimal/double currency property values, a use that is common in non-English installations. The records editor has been changed to support localization for properties of type double and decimal.
SR-114875 · Issue 171313
Enhanced error handling for WebSphere class conflicts
Resolved in Pega Version 7.1.8
An error caused by a class conflict issue in WebSphere was being generated when exporting Process Flow as XPDL. In order to clarify the limitations in this use, changes have been made to the XSLTRANSLATE Activity to add an extra catch that handles any style sheet errors explicitly and provides an informative error message.
SR-115208 · Issue 178808
Assignment locking smoothed for slow network async requests
Resolved in Pega Version 7.1.8
In situations with slow network async Ajax requests, locking was not being properly released between requests. This caused an issue with sub-flows that had a Spinoff Flow configured to route the assignments in the sub-process and the main process to separate operators. In order to resolve this, the close tab process has been updated to remove the corresponding thread and release the lock.
SR-115208 · Issue 183474
Assignment locking smoothed for slow network async requests
Resolved in Pega Version 7.1.8
In situations with slow network async Ajax requests, locking was not being properly released between requests. This caused an issue with sub-flows that had a Spinoff Flow configured to route the assignments in the sub-process and the main process to separate operators. In order to resolve this, the close tab process has been updated to remove the corresponding thread and release the lock.
SR-115365 · Issue 173851
New 'Break Long Word' sub-setting added to 'Wrap Text'
Resolved in Pega Version 7.1.8
When lengthy text was present inside the cell of a grid configured as a fixed size / fixed header grid, misalignment between column header and row cells was seen. This was an issue with the text display. The word-wrap property earlier was set to break-word to enable wrapping of long words to multiple lines, but this was not working as expected for values that do not have a whitespace/break. To resolve this, when the 'Wrap text option' is clicked, the new configuration option 'Break long word' will be available to allow line breaks between letters.
SR-115408 · Issue 153195
Corrected rendering of complex embedded dynamic layouts
Resolved in Pega Version 7.1.8
Embedded Dynamic Layouts with defer load configuration enabled were not rendering sections correctly. If one dynamic layout contained two dynamic layouts embedded in it and both dynamic layouts contained separate sections referred in them (collapsed), the section in the first dynamic layout was rendered in both dynamic layouts.