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
SR-B92410 · Issue 342342
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-B92436 · Issue 341864
Content type of mashup scripts set correctly
Resolved in Pega Version 7.4
The content type of mashup scripts was not being set correctly when the X-Content-Type-Options: nosniff header was enabled. To fix this, the code has been modified to use (set content type)pzGetURLHashes activity to set content to the response.
SR-B93133 · Issue 345828
Fixed unexpected scroll down in UI
Resolved in Pega Version 7.4
The expand button on a tree was not working the first time, but the focus was shifted to the bottom of the screen and caused scrolling. This was caused by the highlight field function attempting to scroll the focusable element into view, and has been addressed by introducing a new API scrollIntoViewIfNeeded() which invokes scrollIntoView() only when the element is not in the current view.