ASG Copy/Paste with Select All Clipboard Short Cuts

I am using CB 11.1 with the 64bit VCL platform. I am using ASG 8.6.13.3

I am trying to use the keyboard short cuts CTRL A to Select All CTRL C to Copy and CTRL V to Paste. When I do this I visually see the Select All in the ASG but only a single cell that has been selected with the mouse is copied and pasted. The keyboard Select All does not have an effect. Below are the setting changes I have made. How can I use the Select All keyboard short cut.

MouseActions:
DisjunctCellSelect = true

Navigation:
AllowClipboardShortCuts = True

Options:
goDrawFocusSelected = True
goEditing = True

Must be related to goEditing = true.
We traced & solved this issue. The next update will address this.