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.
SR-B94216 · Issue 345203
Support added for buttons using simple image
Resolved in Pega Version 7.4
When using a customized Perform Harness set to use images instead of the icons class for Action buttons, performing the flow and closing the dirty Step Section generated a confirmation popup with the work area behind grayed out as expected. However, after pressing Cancel the image on the button was still greyed out even though the work area was not. This was due to the system not enabling the buttons using simple image as a source, and has been fixed by adding code to enabledisable.js to re-set the opacity for the buttons with simple image.
SR-B94341 · Issue 342033
Text Area control resize fixed
Resolved in Pega Version 7.4
The Text Area control was not getting resized as per the content when the window was compressed in Google Chrome or Microsoft Internet Explorer. To fix this, heightUpdate will be called for harness-resize event and registered at the harness level.