[Paris: Agent Workspace] using the 'TAB' key the onChange client script is not working in workspace.Description[Agent Workspace] using the 'TAB' key the onChange client script is not working. When trying to set a field value using the onChange client script, if the field is immediately next to the onChange field.This is observed in Paris, and working in Quebec and Rome.Steps to Reproduce Considered the Incident table for example and drafted the steps. 1. log in to Paris OOB instance2. Navigate to "sys_script_client" table, create a new record and provide the below details.> Name: testOnchangeInWorkspace> Table: Incident> UI type> All> Type: onChange> Field Name: Short description.> script: function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') { return; } g_form.setValue('description', newValue);} 3. Make sure in the workspace view the short description and the description fields are next to each other.4. Now navigate to workspace and open any incident.5. Change the short description field value and click on TAB. Expected Behaviour: The description value should be changed.Actual Behaviour: The description value is not changed. Note:1. This works if we use mouse click instead of TAB key.2. This works if the fields are not next to each other.WorkaroundThis issue is under review. To receive notifications when more information is available, subscribe to this Known Error article by clicking the Subscribe button at the top right of the article. If you are able to upgrade, review the Fixed In field to determine whether any versions have a permanent fix.Related Problem: PRB1521564