C2LC-493: Standardise "focus on class" pattern.

Metadata

Source
C2LC-493
Type
Task
Priority
N/A
Status
Done
Resolution
N/A
Assignee
N/A
Reporter
Created
2021-10-01T07:26:39.686-0400
Updated
2021-11-03T14:05:14.678-0400
Versions
N/A
Fixed Versions
  1. Coding Env 1.0
Component
  1. Coding Environment

Description

We have a function in App.js that focuses on the first element with a given selector.  We use this for the keyboard commands, but there are a lot of one-off blocks that handle focus in pretty much the same way.  This ticket covers moving the focus function to `Utils.js` and standardising all usages in `App.js` and the various places that use similar patterns.