SR-B15831 · Issue 304223
Fixed enter actions for grid layout in overlay
Resolved in Pega Version 7.3
Enter Actions were not working properly on a Grid layout in Overlay. To correct this, a Keyup check has been added for grid keypress events in the GenerateControlAction RUF.
SR-B15831 · Issue 283045
Fixed enter actions for grid layout in overlay
Resolved in Pega Version 7.3
Enter Actions were not working properly on a Grid layout in Overlay. To correct this, a Keyup check has been added for grid keypress events in the GenerateControlAction RUF.
SR-B15858 · Issue 286667
Fixed Right align of header in repeating grid
Resolved in Pega Version 7.3
When a Repeating grid was included in a section and the header used apply alignment as Right, the results did not display as expected. This was due to missing styles corresponding to Header Label Align class, which have now been added.
SR-B15884 · Issue 288287
Page level error display honors KeepPageMessages value
Resolved in Pega Version 7.3
Page level error messages on the perform harness were flickering when a flow action was submitted. This was caused by the message only displaying for half a second, and has been corrected by correctly honoring the "pega.u.d.KeepPageMessages" value.
SR-B16230 · Issue 287871
Dollar sign character will be escaped if present in data page value
Resolved in Pega Version 7.3
If a section was configured to show the data with a data page as source, using the dollar sign in the value caused the amount to not be displayed correctly in the grid. This has been corrected by adding code to escape the $ character when it's present in the data.
SR-B17355 · Issue 289241
Accessibility improved for properties in accordion layout
Resolved in Pega Version 7.3
The screen reader was reading the property name for Properties configured on Accordion Layout titles instead of the content of the property. This has been fixed.
SR-B2191 · Issue 275647
Fixed Chrome position resetting with proposition change
Resolved in Pega Version 7.3
When duplicating a proposition in Chrome, any change in an attribute refreshed the screen and reset the scrollbar all the way to the top. This has been fixed.
SR-B26249 · Issue 290765
Flickering in Tabbed Layout header corrected
Resolved in Pega Version 7.3
In a Tabbed Layout with four tabs using expandable Repeat grid sections, the first column table header had extra grey space generated intermittently. The pzpega_ui_Grid js file has been updated to correct this.
SR-B30403 · Issue 290587
Layout group contents now load fully during a tab overflow
Resolved in Pega Version 7.3
Layout group contents were only partially loading when encountering a tab overflow in nested layout groups with defer loads. This was caused by an incorrect Layout Group height calculation, and has been fixed.
SR-B30416 · Issue 292621
Removed extraneous showerrors check from onfocusinlistener
Resolved in Pega Version 7.3
After configuring a Grid item with validation rules, adding multiple records to the grid and clicking on submit without providing the values on the required fields as expected resulted in all of the error messages based on the configuration showing. An unneeded check to showerrors as part of the onfocusinlistener function has been removed to resolve this.