SR-130181 · Issue 197628
Modified Dropdown to return JSON content type for use with ISAM
Resolved in Pega Version 7.1.8
ISAM, a third-party tracking layer, embeds JavaScript code in text/html responses. The Dropdown control was returning JSON but in HTML content type, so sites that use ISAM found that the ISAM JS code was embedded and the Pega JS that parses the JSON response failed to execute. Changes have been made to the wrapper to ensure the desired behavior of Pega returning application/json content type for JSON responses instead of text/html.
SR-130302 · Issue 197285
Focus switch corrected for multiple actions on a button
Resolved in Pega Version 7.1.8
When multiple actions like CreateNewWork and Cancel were configured on a button, clicking on the button opened a new tab but focus was not moved to the new tab. This unexpected behavior was caused by the dynamic container's MRU object not getting updated correctly when multiple actions were performed. This has been resolved by updating the logic for the updateItemMRUCache API in dynamicContainer.Js.
SR-130302 · Issue 198340
Focus switch corrected for multiple actions on a button
Resolved in Pega Version 7.1.8
When multiple actions like CreateNewWork and Cancel were configured on a button, clicking on the button opened a new tab but focus was not moved to the new tab. This unexpected behavior was caused by the dynamic container's MRU object not getting updated correctly when multiple actions were performed. This has been resolved by updating the logic for the updateItemMRUCache API in dynamicContainer.Js.
SR-131567 · Issue 202155
Corrected grid overlap issue with Microsoft Internet Explorer 8
Resolved in Pega Version 7.1.8
When using the Microsoft Internet Explorer 8 browser, RTE was overlapping the content below when height was specified as 'Size to Content'. This was caused by browser reflow issues in Microsoft Internet Explorer 8 and has been corrected by triggering reflow on resize of the auto-grow RTE. However, please note that Microsoft Internet Explorer 8 will not be supported beyond this release.
SR-131567 · Issue 202062
Corrected grid overlap issue with Microsoft Internet Explorer 8
Resolved in Pega Version 7.1.8
When using the Microsoft Internet Explorer 8 browser, RTE was overlapping the content below when height was specified as 'Size to Content'. This was caused by browser reflow issues in Microsoft Internet Explorer 8 and has been corrected by triggering reflow on resize of the auto-grow RTE. However, please note that Microsoft Internet Explorer 8 will not be supported beyond this release.
SR-127827 · Issue 197318
Fixed RTE Japanese font size issue
Resolved in Pega Version 7.1.8
When Japanese text was copied from a Word doc and pasted into an RTE document, it resulted in irregular fonts appearing. This was caused by a logic bug in the paste function which removed the empty spans and made the html fragment incomplete. This has been corrected.
SR-127827 · Issue 196381
Fixed RTE Japanese font size issue
Resolved in Pega Version 7.1.8
When Japanese text was copied from a Word doc and pasted into an RTE document, it resulted in irregular fonts appearing. This was caused by a logic bug in the paste function which removed the empty spans and made the html fragment incomplete. This has been corrected.
SR-127518 · Issue 194886
Spell check logic amended for visibility conditions
Resolved in Pega Version 7.1.8
When Spell Checker was performed on multiple text areas with different visibility conditions, the data in the text areas was reset to blank. This has been corrected.
SR-127518 · Issue 199060
Spell check logic amended for visibility conditions
Resolved in Pega Version 7.1.8
When Spell Checker was performed on multiple text areas with different visibility conditions, the data in the text areas was reset to blank. This has been corrected.
SR-128010 · Issue 192434
Localization added for tab names launched from menu bar
Resolved in Pega Version 7.1.8
The tab names of the DC tabs were not localized if launched from a menu bar link having runscript->showharness. This has been corrected.