Skip to content

Fix tabbing of form fields in projects/new flow

What does this MR do?

Fixes a bug that caused weird behavior while tabbing through the form fields in the projects/new flow.

  • Adjusts a CSS property which was causing a purposefully hidden select2 element to be displayed
  • Removes the tabindex attribute as it caused the field to be indexed last on the page
  • Adds some CSS to better indicate when the select2 box has been successfully tabbed to (when it has focus)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team

Addresses #214921 (closed)

Edited by Dallas Reedy

Merge request reports