SR-115365 · Issue 173851
New 'Break Long Word' sub-setting added to 'Wrap Text'
Resolved in Pega Version 7.1.8
When lengthy text was present inside the cell of a grid configured as a fixed size / fixed header grid, misalignment between column header and row cells was seen. This was an issue with the text display. The word-wrap property earlier was set to break-word to enable wrapping of long words to multiple lines, but this was not working as expected for values that do not have a whitespace/break. To resolve this, when the 'Wrap text option' is clicked, the new configuration option 'Break long word' will be available to allow line breaks between letters.
SR-115408 · Issue 153195
Corrected rendering of complex embedded dynamic layouts
Resolved in Pega Version 7.1.8
Embedded Dynamic Layouts with defer load configuration enabled were not rendering sections correctly. If one dynamic layout contained two dynamic layouts embedded in it and both dynamic layouts contained separate sections referred in them (collapsed), the section in the first dynamic layout was rendered in both dynamic layouts.
SR-115408 · Issue 146833
Corrected rendering of complex embedded dynamic layouts
Resolved in Pega Version 7.1.8
Embedded Dynamic Layouts with defer load configuration enabled were not rendering sections correctly. If one dynamic layout contained two dynamic layouts embedded in it and both dynamic layouts contained separate sections referred in them (collapsed), the section in the first dynamic layout was rendered in both dynamic layouts.
SR-115408 · Issue 164765
Corrected rendering of complex embedded dynamic layouts
Resolved in Pega Version 7.1.8
Embedded Dynamic Layouts with defer load configuration enabled were not rendering sections correctly. If one dynamic layout contained two dynamic layouts embedded in it and both dynamic layouts contained separate sections referred in them (collapsed), the section in the first dynamic layout was rendered in both dynamic layouts.
SR-116764 · Issue 199322
modal dialog retains fixed size when traversing a flow
Resolved in Pega Version 7.1.8
When a modal is configured to have different formats, those formats were missing upon going to the next assignment. This was caused by the format of the modal being reset Configured Modal Format was not being applied once we process flow in modal dialog. This has been fixed by passing the modalStyle parameter to the modal dialog callback.
SR-117272 · Issue 186154
Alignment issues fixed for grid headers with wrapped text
Resolved in Pega Version 7.1.8
After enabling the wrap text option for the grid headers, the headers were not properly aligned. This was caused by the height calculation being based on grid cell offset-height. The height calculation is not required as the CSS attribute word-wrap: break-word will be enough for the word wrap option and the grid cell height for the header text will be calculated by the browser automatically, and the explicit height calculation has been removed.
SR-117827 · Issue 186000
Improved condition handling for complex harnesses
Resolved in Pega Version 7.1.8
If a Review Harness had multiple embedded tab sections with includes, a read-only condition in the parent section was not being honored in a sub-section if the 'when' condition became false. This happened when a SectionIncludeInCell RUF passed an unquoted null value as a 3rd argument while invoking stream reference, and has been resolved.
SR-117827 · Issue 183888
Improved condition handling for complex harnesses
Resolved in Pega Version 7.1.8
If a Review Harness had multiple embedded tab sections with includes, a read-only condition in the parent section was not being honored in a sub-section if the 'when' condition became false. This happened when a SectionIncludeInCell RUF passed an unquoted null value as a 3rd argument while invoking stream reference, and has been resolved.
SR-118213 · Issue 184519
Refresh When' behavior fixed for portal tabs
Resolved in Pega Version 7.1.8
When a 'Refresh When' was active on a portal tab, the system would become unresponsive while trying to refresh it. This was caused by an incorrect element call resulting in a JavaScript error and has been corrected.
SR-118283 · Issue 180166
Create New Work functionality smoothed for flows across multiple windows
Resolved in Pega Version 7.1.8
The Create New Work functionality in IAC was intermittently rendering incorrect data when opening a workflow in multiple windows. This was found to be a problem with PostDataId generated duplicate IDs for the different requests and has been changed to generate unique IDs.