SR-116209 · Issue 166698
Backslash '\' now showing as expected in autocomplete and search
Resolved in Pega Version 7.1.7
The AutoComplete control was filtering out backslash '\' characters when displaying the values in the list of matches, causing failures with search and autocomplete. The Rule-Utility-Function for the getProperty has been corrected to allow '\' to be handled properly.
SR-116242 · Issue 171896
Work item correspondence loading fixed for IE11 Enterprise
Resolved in Pega Version 7.1.7
When trying to view correspondence attached to a work item, using IE11 in Enterprise mode, an error "Error: Loading Open Authoring Control" is generated. This was caused by the Open Authoring ActiveX control APIs used by the correspondence viewing functionality: the currently used method of verifying that an ActiveX control has been successfully loaded into the HTML page was not working in IE11 Enterprise mode, and has been updated.
SR-116272 · Issue 168880
Java error resolved for Smartinfo in list view
Resolved in Pega Version 7.1.7
A JavaScript error was being generated in IE8 after viewing the Smartinfo popup with a list view. This was caused by calling the focus API on top of an invisible element, and has been fixed.
SR-116347 · Issue 166799
Error resolved for adding Stage Step Specifications using RTE and Google Chrome
Resolved in Pega Version 7.1.7
While configuring a stage behavior in Google Chrome, if a user had focus within the Rich Text Editor for a specification and submitted the modal, an error was generated. This was caused by an invalid post-value check, and the unnecessary post value has been removed.
SR-116359 · Issue 169895
Dynamic select modified to use display value instead of property value
Resolved in Pega Version 7.1.7
If two different properties were used for display and values in Dynamic select, the value property was shown instead of the display value. This has been corrected.
SR-116359 · Issue 174215
Dynamic select modified to use display value instead of property value
Resolved in Pega Version 7.1.7
If two different properties were used for display and values in Dynamic select, the value property was shown instead of the display value. This has been corrected.
SR-116379 · Issue 167270
Autocomplete enhanced for JAWS Accessibility Mode
Resolved in Pega Version 7.1.7
When using "Auto-Complete" functionality with the accessibility framework, the "Label For" field was not being read aloud by JAWS. For example if the property's label was defined as "Station Code" , the user only heard "Auto complete edit" instead of "Station Code Auto Complete Edit", causing the user confusion as to where they are on the screen. This issue was traced to the labels for the attribute and ID of the input element not being the same, meaning JAWS was not able to find the label for the autocomplete field. To fix this, the function setAriaLabelForAC has been created in pega_ui_doc to collect all of the autocomplete inputs and choose the attribute by figuring out corresponding label. This will work only if the label is in the previous or next cell to autocomplete, and accessibility mode is enabled.
SR-116409 · Issue 170363
Fixed display of harness validation errors
Resolved in Pega Version 7.1.7
When using TabbedScreenFlow with a section containing a repeating grid with enough data to need a scrollbar, checking the "Keep fixed header/footer visible" option and refreshing the section causes the display to shift and render the section buttons behind the harness buttons. This was caused by a misaligned display of validation errors, and has been fixed.
SR-116587 · Issue 170222
Clarified default values for Create Class
Resolved in Pega Version 7.1.7
The Create Class screen was offering default values that had the potential to lead to classes being created in an incorrect / invalid part of the Class Structure. This has been corrected.
SR-116606 · Issue 169617
Error display settings improved for modal windows
Resolved in Pega Version 7.1.7
If a flow was run in a modal window, the Field-level error display setting on the harness was not being accurately reflected, i.e. if the field level error display option is set to "Full Text", a validation icon is displayed instead or in addition to the text. This has been corrected.