Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements to focus order #4952

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on May 7, 2024

  1. Added fix to email input focus behaviour when there is an error

    Currently when users makes mistake or leaves the email input empty the focus returns to the begining of the page causing the user to have to travel across multiple elements to be able to re-enter their email. With this fix the focus goes back to the email input element.
    lucascumsille committed May 7, 2024
    Configuration menu
    Copy the full SHA
    23a43e2 View commit details
    Browse the repository at this point in the history
  2. Added fix for focus behaviour in pages with a .form-section-preview

    The current behaviour for the focus state when providing an update to a report is going directly into the first input after the .form-section-preview and its content, making it difficult for users using assistive devices to edit an "update" once they have pressed the "continue" button, because they would need to travel across the whole page in order to reach "Edit your update" button. With this fix the focus state goes directly to the content inside ".form-section-preview" if this element exist.
    lucascumsille committed May 7, 2024
    Configuration menu
    Copy the full SHA
    28c7613 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    38b8f5c View commit details
    Browse the repository at this point in the history