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.

SR-D74057 · Issue 540058

Updated aria handling for Dynamic Layout Group 'Accordion'

Resolved in Pega Version 8.3.2

The Dynamic Layout Group display type 'Accordion' was not getting initialized properly on the browser developer inspector. This was traced to the aria-selected attribute set to always be true, and has been resolved by adding logic to set and unset aria- selected only on the active tab. When the tab is not active, then aria-selected will be false.

SR-D74165 · Issue 537512

DateRange clear button localized

Resolved in Pega Version 8.3.2

Localization has been added to the 'clear' button in DateRange.

SR-D74704 · Issue 535940

Section and navigation rule localization added

Resolved in Pega Version 8.3.2

Localization has been added for sections and navigation rules that include some of the out-of-the-box rules like Locked and Get help.

SR-D75205 · Issue 543565

Refresh with DT or pre-activity added to dirty pop up check

Resolved in Pega Version 8.3.2

Given a button which when clicked launched a data transform to set a few properties on the UI followed by a section refresh, a dirty warning popup did not appear when closing the work object even though the property changed via the refresh section. This has been resolved with an additional condition in the dirty pop up check to handle a refresh section using a DT or pre-activity.

SR-D75966 · Issue 537944

Check added so DT parameters passed when using anchor tag

Resolved in Pega Version 8.3.2

When using a link control configured such that the value of the text in the link control refers to an anchor tag such as <a href="http://www.google.com">Text</a>, clicking the link to launch a harness and call a DT with passed parameters was not working. Investigation showed that when the link had an anchor tag, pyDataTransformDynamicParams was not getting passed as query string parameter. In pega.desktop.showHarness function, there is a If condition which checks whether any "=" is present in preDataTransformName variable and if there is any, it does not add pyDataTransformDynamicParams. This was not an issue with anchor tag itself, but rather a generic issue: any value with "=" would behave in the same way. To resolve this, the pega.desktop.showHarness API has been updated to check against the proper value (pyDataTransform=) instead of just = to identify old modal parameters.

SR-D76178 · Issue 538600

Corrected Cosmos dropdown positioning in right-to-left locales

Resolved in Pega Version 8.3.2

When using the Arabic locale with the Cosmos UI, the dropdown was located on the right side of the field instead of the left side. This has been corrected.

SR-D76348 · Issue 538607

Right-to-left styling added to Cosmos localization

Resolved in Pega Version 8.3.2

When using Cosmos, the Preview Screen was displayed in the middle of the screen when using a locale that reads right to left, such as Arabic or Hebrew. This has been resolved by updating the styling to handle right-to-left scenarios.

SR-D76826 · Issue 543094

Corrected SmartInfo header text overlap with close icon

Resolved in Pega Version 8.3.2

SmartInfo header text was not consistent in being wrapped to the next line, and when it did not wrap it was overlapping with the close icon. This was traced to the method used for applying the inline style to SmartInfo's header div by getting the body div's offsetWidth. In working scenarios, the body div's width has fractional portion (ex. 368.188px) and offsetWidth returns a rounded number like 368px in this case. This resulted in the header content not fitting in single line because it exceeded the space it was given, and wrapping resulted. In the non-working scenario, the body div's width did not have a fractional portion and therefore matched offsetWidth, meaning the header content fit to single line and overlapped the close icon. To resolve this, SmartInfo Header Div has been updated to be always be slightly less than the SmartInfo Body div.

SR-D77268 · Issue 540565

Added handling for iOS13 webView scrolling

Resolved in Pega Version 8.3.2

When using iOS13 both in Native Client and in Safari Browser with the Pega app loaded into webView, there was no ability to scroll it down in order to perform the pull to refresh gesture which reloaded the web view contents. To resolve this, "overflow:auto" has been added to the body tag in the mobile_hybrid.js file for use with iOS13.

SR-D77359 · Issue 542136

AAAFilter on the grid shows value for a second click

Resolved in Pega Version 8.3.2

A Filter on the grid was not showing any record value for a second click. This was traced to a conflict in considering column headers caused by the Filter Icon delegating two Grids, leading the process to take the context of the other Grid instead of the one which had been clicked. To resolve this, a check for the right context of the Grid has been added to the filterOnProperEvent method.

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