SR-B90355 · Issue 340890
Fixed navigation into collapsed panel content
Resolved in Pega Version 7.4
When control was on last field of a header, it was possible to use tab to move to content that was present on a collapsed left panel. If JAWS was in use, it was reading the content on the left panel which was not displayed on the UI (collapsed). This was traced to a missing "display:none" CSS property for the left panel content when it is collapsed, which thereby allowed tab control to navigate to it, and has been fixed.
SR-B90427 · Issue 339746
Localization wizard maintains rulesets
Resolved in Pega Version 7.4
Updating the translation for a field value through the localization wizard removed the previous version of the rule from a locked ruleset. This resulted in inconsistent rule counts between environments. This happened when the Import Wizard was run a second time on a field value with a higher ruleset, and has been fixed.
SR-B90501 · Issue 337971
Timeline renders without setting timezone
Resolved in Pega Version 7.4
The Timeline control was not rendering for an operator with no timezone set. This was due to a missing check, and has been corrected.
SR-B90615 · Issue 339900
Refactored code for radio button refresh
Resolved in Pega Version 7.4
Radio control selections disappeared for first click when attempting to choose any option by clicking on the option. This was due to an error in the code for the timing of refresh calls, and has been fixed.
SR-B90791 · Issue 339740
Autocomplete drop down selection supports Japanese characters
Resolved in Pega Version 7.4
When a text field of type autocomplete was set to a property holding Japanese text, the Japanese text appeared correctly in the dropdown displaying the choices but became garbled when one of the choices was selected. This was due missing support for Unicode characters in the method used for matching property names, and the regexp used in the replaceControlActionTokens API has been updated.
SR-B90798 · Issue 340302
Password prompt localized
Resolved in Pega Version 7.4
Localization has been added for the "Please Enter A Password" message in the Password update section.
SR-B91866 · Issue 348723
Fixed Microsoft Internet Explorer column resize issue
Resolved in Pega Version 7.4
In Microsoft Internet Explorer, when a huge section was displayed as part of expand row, the column headers were resizing so much that the data did not appear on the UI. This happened when grid presentation content width was selected as Fill (100%) only and the total harness size was getting increased on click of Expand. This was caused by the wrapper not being generated for the first flex layout inside grid, which handles the growth of tables. To fix it, pzPerformGridAction has been modified to handle the embedded pane case.
SR-B91866 · Issue 338012
Fixed Microsoft Internet Explorer column resize issue
Resolved in Pega Version 7.4
In Microsoft Internet Explorer, when a huge section was displayed as part of expand row, the column headers were resizing so much that the data did not appear on the UI. This happened when grid presentation content width was selected as Fill (100%) only and the total harness size was getting increased on click of Expand. This was caused by the wrapper not being generated for the first flex layout inside grid, which handles the growth of tables. To fix it, pzPerformGridAction has been modified to handle the embedded pane case.
SR-B92118 · Issue 343131
Account switching grid overlay and JAWS access fixed for Microsoft Internet Explorer
Resolved in Pega Version 7.4
When using Microsoft Internet Explorer with the CPM Interaction Portal Composite, the grid in the overlay was not accessible though clicking on the Account Number link to open the related Accounts listing. This prevented switching from one account to another. In addition, JAWS was not able to read the grid headers. This was due to a focus issue when using Microsoft Internet Explorer, and has been fixed.
SR-B92410 · Issue 341767
Password error message localization added
Resolved in Pega Version 7.4
Localization has been added for the following error messages: Current/new password is blank Current password is invalid Confirm password do not match