INC-142589 · Issue 595489
Corrected tooltip evaluation for multiselect
Resolved in Pega Version 8.4.3
After adding help text for a multiselect help icon with overlay on hover field, the value was not being sourced. Changing to a different type of help text or control type worked as expected. This was due to an error in case sensitivity, using pyToolTip when it should have been pyTooltip, and has been corrected.
INC-142714 · Issue 596554
Recent Cases from different applications available to open
Resolved in Pega Version 8.4.3
An enhancement has been added which will allow opening other application assignments in the Recent Cases section of the current application when the user has access to multiple applications.
INC-143005 · Issue 596954
Fluid Overlay displays as expected in Firefox
Resolved in Pega Version 8.4.3
After upgrade, using the Overlay format "Fluid" to perform the screening matches task in CLM using Firefox had an overlay that covered the entire screen but was missing the scrollbar to manage the content. This has been resolved by adding changes to support dynamic content (with scrollbar) for center overlay.
SR-A92680 · Issue 263151
Removed duplicate repeat grid header
Resolved in Pega Version 7.3
An extra Grid Header Title was created when allow refresh on update was checked in a repeat grid configured for row editing via modal dialog. This was due to a place holder div error, and has been corrected.
SR-B385 · Issue 270797
ASCII characters properly displayed in dynamic layout headers
Resolved in Pega Version 7.3
When using a field value that contains special characters like + and = to display the header value of a dynamic layout the characters were being converted to their encoded ASCII characters on screen (ex [&] instead of [&]). This was traced to the Field Value text being encoded twice, and the GridHeaderElements function has been updated to correct this.
SR-A100782 · Issue 272266
Siteminder block resolved for DPParams containing double quotes
Resolved in Pega Version 7.3
Due to the DPParams being transmitted in JSON format, using the Siteminder CSSChecking parameter set to yes with BadCSSChars containing "%22" caused the " (double quotes) that surround the name value pairs to trigger a Siteminder block. To resolve this, the system will pass the DPParams in the post body instead of sending it in the query string.
SR-A101144 · Issue 272239
Error message clear after bad row deleted
Resolved in Pega Version 7.3
Error messages were not clearing even after deleting the row which caused the error. This has been corrected.
SR-A101500 · Issue 279633
Menubar Object memory leak repaired
Resolved in Pega Version 7.3
A memory leak has been resolved by eliminating unnecessary DesktopMouseClick events when creating a new old-Menubar object.
SR-A101500 · Issue 278178
Menubar Object memory leak repaired
Resolved in Pega Version 7.3
A memory leak has been resolved by eliminating unnecessary DesktopMouseClick events when creating a new old-Menubar object.
SR-A101675 · Issue 270578
Size to Content refresh updated
Resolved in Pega Version 7.3
A expandable grid with a text area and button as columns in it was not correctly calculating the size after refreshing. An explicit call to the resizeHarnessActual has been added to ensure expected behavior.