INC-189047 · Issue 674761
Session timeout adjusted for use with Apple Safari
Resolved in Pega Version 8.4.6
A configured browser session logout timer was not working with the Apple Safari browser. This was traced to browser-specific handling for self.location.href and has been resolved by adjusting the logic and moving it inside a setTimeout to improve cross-browser compatibility.
INC-192075 · Issue 680775
Required field error message shown for Anypicker control
Resolved in Pega Version 8.4.6
Certain Anypicker controls set to required were not showing the expected error message "Value cannot be blank" in the UI when the field was submitted as blank. This has been corrected.
INC-192812 · Issue 677347
Property mapping with autocomplete control corrected
Resolved in Pega Version 8.4.6
Selecting from a list populated by autocomplete did not set the property value on property(ManagerialUserGroupLabel) which was mapped to the autocomplete control. This was traced to modifications made earlier which were intended to improve the handling for populating properties with keyboard controls, and has been resolved by reverting the previous changes. Future work is planned around the original keyboard control issue.