SR-B50776 · Issue 310014
Localization added to properties tooltips text
Resolved in Pega Version 7.3.1
Localization has been added to the tooltip text of tools.getLocalizedTextForString.
SR-B50776 · Issue 310006
Localization added to properties tooltips text
Resolved in Pega Version 7.3.1
Localization has been added to the tooltip text of tools.getLocalizedTextForString.
SR-B44052 · Issue 307007
Fixed onchange firing for nested grid autocomplete
Resolved in Pega Version 7.3.1
On change events were not firing as expected for autocomplete in a nested grid due to postvalue and 'refresh this section' actions not being properly invoked. This has been fixed by modifying the focushandler of autocomplete to be set to the value present on the UI.
SR-B66961 · Issue 315458
Performance improvements for multiple operators using the same application
Resolved in Pega Version 7.3.1
Performance delays were seen due to static content being processed per each user. This was an issue where each census survey performed by a different operator ID using one of two applications produced two gen_.js files. One was generated at login, the other on submit. Because the variables in pzClientApplicationData were not static for an application, the dynamic static content was being regenerated and created for different users but for the same application. To correct this, the confirm_harness_loaded and pega.d.pyUID properties have been made dynamic so the file will not be regenerated for same application/different user.
SR-B47223 · Issue 315460
Popup positioning logic updated for scrollbar presence
Resolved in Pega Version 7.3.1
Positioning logic errors were causing popups to not render at the expected position when a scrollbar existed. The APIs have been reworked to correct this.
SR-B40999 · Issue 305050
Removed visibility for developer comments
Resolved in Pega Version 7.3.1
Previously, developer comments were visible in some JS and HTML responses. The system has now been updated so these will not be rendered in the output.
SR-B73032 · Issue 320812
Rule design view rendering fixed for Microsoft Internet Explorer 11/Edge4.0
Resolved in Pega Version 7.3.1
Rule design view was not rendering in Microsoft Internet Explorer 11 11.0.44 and Edge 40.x due to CSS and scrollbar coding in Edge 4.0 that was not W3 standards compliant. This has been fixed by updating the Pega CSS to match the syntax used in this scenario.
SR-B73032 · Issue 314030
Rule design view rendering fixed for Microsoft Internet Explorer 11/Edge4.0
Resolved in Pega Version 7.3.1
Rule design view was not rendering in Microsoft Internet Explorer 11 11.0.44 and Edge 40.x due to CSS and scrollbar coding in Edge 4.0 that was not W3 standards compliant. This has been fixed by updating the Pega CSS to match the syntax used in this scenario.
SR-B73033 · Issue 320811
Rule design view rendering fixed for Microsoft Internet Explorer 11/Edge4.0
Resolved in Pega Version 7.3.1
Rule design view was not rendering in Microsoft Internet Explorer 11 11.0.44 and Edge 40.x due to CSS and scrollbar coding in Edge 4.0 that was not W3 standards compliant. This has been fixed by updating the Pega CSS to match the syntax used in this scenario.
SR-B73034 · Issue 320819
Rule design view rendering fixed for Microsoft Internet Explorer 11/Edge4.0
Resolved in Pega Version 7.3.1
Rule design view was not rendering in Microsoft Internet Explorer 11 11.0.44 and Edge 40.x due to CSS and scrollbar coding in Edge 4.0 that was not W3 standards compliant. This has been fixed by updating the Pega CSS to match the syntax used in this scenario.