Skip to main content

Resolved Issues

View the resolved issues for a specific Platform release.

Go to download resolved issues by patch release.

Browse release notes for a selected Pega Version.

NOTE: Enter just the Case ID number (SR or INC) in order to find the associated Support Request.

Please note: beginning with the Pega Platform 8.7.4 Patch, the Resolved Issues have moved to the Support Center.

INC-138886 · Issue 589301

Animated modals correctly trigger refresh conditions

Resolved in Pega Version 8.6

In the client application, a list of tasks can be selected by the user to act on. Clicking on any action opens a modal to work on the task. Once that task is complete, the modal is closed automatically, and the task list is updated to show the next task. The task list section has a refresh condition that triggers when D_Reload.pxUpdateDateTime changes (that timestamp is updated when a task is completed inside the modal). However, after upgrade the task list was no longer updating correctly. This was traced to the animation being performed as an asynchronous task: by the time it was executed, the dom element was not present and the refresh section was not getting triggered. This has been resolved.

INC-138968 · Issue 594169

ARIA landmarks added to put dynamic layout in tab order

Resolved in Pega Version 8.6

As part of W3 accessibility specifications, ARIA landmarks have been added to dynamic layouts to direct tabbing focus. If the role type is "landmark" or "document", tabindex=-1 will be added, and for component widgets tabindex=0 will be added unless it is a non-focusable element like Alert, log etc.

INC-139023 · Issue 591164

Tab will exit portal side menu

Resolved in Pega Version 8.6

It is expected that the Tab key will take users out of the portal menu and to the next focusable element, but on the side navigation menu both tab and arrow keys moved to the next menu item. This caused users to have to navigate the entire menu. The correct behavior was seen for the Navigation rule when called from an Action (for example on the button). This was traced to the system using tabindex as "0" for every element in the menu, and the tabs code has been updated to exit out of the menu bar when pressed.

INC-139086 · Issue 597145

"Show next error" correctly displayed on user portal

Resolved in Pega Version 8.6

In the Case Worker user portal, the Show Next Error link was not shown when the layout group had a validate rule in the flow action. The same configuration worked as expected in Case Manager. This was a missed use case, and has been resolved.

INC-139095 · Issue 596506

Portal loads for Simplified Chinese locale in IE

Resolved in Pega Version 8.6

When using Microsoft Internet Explorer, the portal would not load when using the Simplified Chinese locale. This was caused by Internet Explorer rendering the locale as 'zh-CN-#Hans' instead of the expected 'zh-cn'. This has been resolved by adding a check to remove the "#" in the locale string to avoid a malformed URL.

INC-139156 · Issue 592149

Pasting image lands in correct location

Resolved in Pega Version 8.6

When pasting an image in a user story or issue, the image did not land where the cursor was placed in the contents of the issue or story. This was traced to the insert element handling for RTE, and has been resolved.

INC-139260 · Issue 592219

Handling added for third party form library

Resolved in Pega Version 8.6

When using a third party library which created a form tag, the wrong form was used on submit in the Ajax container. This has been resolved by updating the pzpega_ui_doc_submit file submitInner method to handle this use case.

INC-139327 · Issue 595698

GetImmutablePropertyInfo updated to return pyType for page group properties

Resolved in Pega Version 8.6

Dates were are not matching in the UI and Apply filter section in the date column of Table layout filters. The system calculates pyType properties on save and passes the complete reference of the property to the getImmutablePropertyInfo API, but this resulted in the API ignoring the subscript if a nested page group property was passed. To resolve this, updates have been added to invoke the API getImmutablePropertyInfo so the property name and class name are passed during runtime in order to return pyType for page group properties.

INC-139328 · Issue 588585

Corrected Excel table picture being included with Rich Text Editor paste

Resolved in Pega Version 8.6

As an unintended consequence of code added to allow pasting or dragging and dropping an image for upload using Rich Text Editor and the CK Editor, any copied content from Excel also added a table picture to the last cell as part of the pasted data. This has been resolved by updating the system to recognize content copied from Excel and prevent uploading of the image.

INC-139531 · Issue 594426

AppendToPage List preserves parameter page

Resolved in Pega Version 8.6

After upgrade, when AppendToPageList is called on Step3, Java was removing the parameter page. This was an unintended side effect of security updates, and has been resolved.

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us