SR-A15499 · Issue 242094
WordTextArea control updated for Microsoft Internet Explorer 11
Resolved in Pega Version 7.2.1
The WordTextArea control was not working on IE11, causing the inability to use the WordEmbedMergeTest functionality. WordInclude and WordMerge non-auto generated sections have now been completely revamped with ActiveX technology on all types of IE, particularly IE11 and Edge supported. Note: the WordInclude section contains three text areas by word embed merge function. Currently this fix has only added support for the First Text area.
SR-A15521 · Issue 232074
Read-only section handling fixed for repeating grid modal window
Resolved in Pega Version 7.2.1
When using read-only mode on the expandable view of a nested repeating grid to display a section in a modal window, all the sections included in the parent section also changed to read-only. This was an error in the flow action handling of the SectionReadOnly parameter, and has been corrected.
SR-A15593 · Issue 231998
Better date selection retention in Calendar view switching
Resolved in Pega Version 7.2.1
Switching to weekly view and then back to daily view in the calendar caused it to reset to the first day of the week and ignore a selected date. selected date is ignored. The container handling has been updated to better handle retaining the selection on different views.
SR-A15671 · Issue 231059
Added check for FF 38 to work with Hfix Manager
Resolved in Pega Version 7.2.1
With FireFox version 38, the commit action of the Hotfix manager did not work even when the commit button was clicked. This issue is related specifically to float behavior with Firefox, and has been resolved with a check in the Presentation tab of the wrapper DL to tick "Clear floated layouts" in advance presentation options.
SR-A15695 · Issue 233521
Grid layout correctly displays columns with empty rows
Resolved in Pega Version 7.2.1
In a repeating grid, when Width of content -> Pixels(Fit Content) and Fixed (pixel) size grid : Grid size (in pixels): 1000 px (Width) and 0 px(Height), Freeze grid header are selected, all the columns are not shown when there are no records in the grid. This was traced to a div function that did not sync properly and clipped columns in this circumstance, and a check has been added to correct the display when using progressive loading.
SR-A15710 · Issue 232090
Additional logging added to diagnose stale thread errors
Resolved in Pega Version 7.2.1
In order to better diagnose issues with stale threads, loggers have been added to the ThreadData class to capture and print any stack trace which is causing the thread to be cleared or destroyed. These loggers will only be printed whenever a stale thread error is thrown in order to maximize log space.
SR-A15710 · Issue 236472
Additional logging added to diagnose stale thread errors
Resolved in Pega Version 7.2.1
In order to better diagnose issues with stale threads, loggers have been added to the ThreadData class to capture and print any stack trace which is causing the thread to be cleared or destroyed. These loggers will only be printed whenever a stale thread error is thrown in order to maximize log space.
SR-A15710 · Issue 236472
Improved BIX extract handling for multiple active agents
Resolved in Pega Version 7.2.1
When multiple agents were scheduled to run extracts at the same time by utilizing pxExtractDataWithArgs, there was intermittent failure in creating the manifest files. The BIX log would not contain an entry for the files being created, no error was displayed, and agents sometimes needed to be restarted. This was an issue with incomplete extraction of the output data and manifest files due to the PAL timer overriding the current thread context as it handled each of the multiple calls. To resolve this, the previous static variables used to store thread and requester instances have been made private to ensure reliability when handling parallel extracts and simultaneous runs.
SR-A15864 · Issue 231716
Post action RTE spellcheck works in Microsoft Internet Explorer
Resolved in Pega Version 7.2.1
After opening a modal dialog window in Microsoft Internet Explorer that has a Rich Text Editor that has been configured to spellcheck on change, submitting a wrongly spelled word blocked reopening the modal dialog. This was traced to Microsoft Internet Explorer throwing Permission Denied for premature load events, and has been solved by wrapping the code which accesses iframe element and throws Permission Denied exception.
SR-A15866 · Issue 242715
Corrected email decryption and handling
Resolved in Pega Version 7.2.1
When handling encrypted email, the system was decrypting the email body but then attaching it to the work object with file type .p7m and the subject line was copied to the pyInboundEmail.pyBody property. This was cause by a logic flaw, and has been fixed.