INC-152084 · Issue 620953
Handling added for cross-origin DOM exceptions
Resolved in Pega Version 8.6
When an openURLWindow action was used to open any other domain, DOM exceptions were generated related to cross-origin iFrames communication and the UI became unresponsive. This has been resolved.
INC-152171 · Issue 610973
Unused query parameter cleaned up from harness
Resolved in Pega Version 8.6
Recent testing showed a legacy 'encodedPassword=true' query parameter lingering after changes were made to convert harness actions. Although there was no security implication as no sensitive information was being sent, this unused query has been removed.
INC-152227 · Issue 613670
Corrected filter icon on hierarchical table
Resolved in Pega Version 8.6
After creating a section with a hierarchical table, filter icons in the header of the table were displayed in the form of a box and as a normal filter icon. This has been resolved.
INC-152283 · Issue 626399
Added handling for switching table context in a section
Resolved in Pega Version 8.6
After configuring multiple tables in a section with row-editing on master-detail, opening the detail section of one of the tables and clicking inside it and then trying to open the details of another table generated the error "Can not render section'. The section would render correctly if the browser was refreshed. Investigation showed this was due to the new section opening in the wrong context, and the system has been updated to support this use case.
INC-152340 · Issue 610909
Scrollbar consistent on switching between grids in tabs
Resolved in Pega Version 8.6
On switching between two grid tabs configured in a layout group of tabs, the scrollbars intermittently disappeared or doubled. This was traced to the initscrollbars function being called multiple times and adding hScrolldiv and vScrolldiv each time. To resolve this, the logic has been updated to recalculate the position style.
INC-152547 · Issue 619032
Check added for SPA portal
Resolved in Pega Version 8.6
When using the FlowAction "ToCancel" to proceed to the "Withdrawn" stage, the "Confirm" Harness was not opening in a custom Portal. This was traced to a missing NO_UI configuration for FlowAction, which for SPA portal meant its single page caused doc.submit to repaint the whole window/portal. This has been resolved by adding a check for the SPA case.
INC-152945 · Issue 613932
Skin rule applied correctly post-upgrade
Resolved in Pega Version 8.6
After upgrading from v7 to v8.5, attempting to apply the previous skin to the new application resulted in a java exception while saving. This was caused by null or empty values for the horizontalDividerHeight and verticalDividerHeight variable which were parsed as double values and led to a null pointer exception. To resolve this, null and empty checks have been added to GenerateFlexScreenLayout.java.
INC-153108 · Issue 614359
Added check to maintain disabled textarea 'when'
Resolved in Pega Version 8.6
The disabled text field became editable when the "Run required condition on client" checkbox was enabled. This has been resolved by adding a check for pyDisabled property to get the correct status for textarea control.
INC-153109 · Issue 611353
Validation error messages correctly cleared in nested markup
Resolved in Pega Version 8.6
A UI Freeze issue was seen whenever mandatory input was missed and the form was submitted. Continuing was possible after browser refresh, but a new Next>> button appeared. This was an unintended side effect of work done to correctly clear validation messages when areas had captions, and has been resolved by modifying that work so it performs as expected on nested markup.
INC-153152 · Issue 613686
Privilege on table cells updated for non-template mode
Resolved in Pega Version 8.6
When using a table sourced from a report definition where certain cells were hidden or shown based on privilege, the configuration worked as expected in regular tables but did not work correctly for optimized tables. This was traced to an issue with image control rendering in non-template mode related to privileges for the image, and has been resolved by updating the pzgenerateicon RUF.