If the user accesses a create page (create project, create version, sign up etc) the first logical field should be in focus.
Having to click on a field is -1 usability.
This could be done now easily in modern browsers with an autofocus attribute. In the future we should make this part of react components.
Need to use javascript to handle focus until we migrate to jsf2.2 or reactJS