SR-B81527 · Issue 331290
Silverlight error fixed for LaunchWordMerge
Resolved in Pega Version 7.4
The WordMerge functionality was not working for a Mash-up on a website, displaying a Silverlight error. This occurred when using AppDynamics software for the user environment, and was traced to the pyheadercookiesset including an ADRUM cookie. Because there was an unescaped character added in the cookie, it failed on XML reader parsing in Silverlight. Handling has now been added for the special character.
SR-B82039 · Issue 339782
Refactored code for radio button refresh
Resolved in Pega Version 7.4
Clear selection was not clearing the selection of a radio button. This was due to an error in the code for the timing of refresh calls, and has been fixed.
SR-B82039 · Issue 339723
Refactored code for radio button refresh
Resolved in Pega Version 7.4
Clear selection was not clearing the selection of a radio button. This was due to an error in the code for the timing of refresh calls, and has been fixed.
SR-B82835 · Issue 331766
Removed tooltip for read-only checkbox image
Resolved in Pega Version 7.4
When a checkbox used a readonly image, a tooltip appeared on hover. This was due to False text being generated by default as tooltip for a False image; the tooltip has now been removed for this condition.
SR-B82889 · Issue 338624
Fixed expand row edit grid collapse
Resolved in Pega Version 7.4
After upgrade, a repeat grid with Expandable Row edit mode was not successfully collapsing. This was traced to a condition where the details of the expanded grid pane were not getting closed when pyExpanded was set to false manually. This has been fixed by ensuring the response from the server is not being processed for grid Details when the content is empty.
SR-B83696 · Issue 340370
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-B85298 · Issue 334806
Compensation added for Microsoft Internet Explorer extra keypress
Resolved in Pega Version 7.4
Even though the enter action was removed from a Repeat Grid, if the row operations had editing set to "Inline" and the edit mode was "Click row to edit" it was possible to add a new row by using the keyboard 'enter' key. This was traced to an unnecessary Keypress firing on Microsoft Internet Explorer when enter key is pressed, and the code has been modified to prevent this.
SR-B85816 · Issue 342659
Referred section loads from clipboard during templating
Resolved in Pega Version 7.4
When embedding a section of different class into a section using a clipboard page reference property with clipboard context, the section was not being rendered in the screen during templating. This was due to the system not trimming the index before checking for a reference property, and has been corrected.
SR-B85892 · Issue 338328
Corrected extraneous letter in message
Resolved in Pega Version 7.4
Due to the way parameters were handled in the Work-Dependency activity, the value for the word "Analysis" was displayed as "Analysiss" in the message "The process is waiting for all Analysis to reach status Resolved-completed". This has been fixed.
SR-B86599 · Issue 338623
Fixed expand row edit grid collapse
Resolved in Pega Version 7.4
After upgrade, a repeat grid with Expandable Row edit mode was not successfully collapsing. This was traced to a condition where the details of the expanded grid pane were not getting closed when pyExpanded was set to false manually. This has been fixed by ensuring the response from the server is not being processed for grid Details when the content is empty.