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

Fix Accesibility issues on the Login page concerning a button not getting focus #6403

Conversation

dbouris
Copy link
Contributor

@dbouris dbouris commented Apr 9, 2022

Closes #6399

Accessibility
This pull request achieves fixing accessibility issues firstly in the Login page and other pages too. We noticed that the accessibility issue stated in #6399 applies to more pages and not only the Login page. So we removed the outline attribute from the common.less file to fix the issue in all the pages.

Technical

Removed the

button {
outline : none
}

from the common.less file.

Testing

Start from the top of the Login Page and using the tab button, while scrolling down, the login button does not get focus as it is supposed to. This applies to other pages to, such as the edit profile page.

Screenshot

image image

Stakeholders

@mekarpeles
@cdrini

Attribution Disclaimer: By proposing this pull request, I affirm to have made a best-effort and exercised my discretion to make sure relevant sections of this code which substantially leverage code suggestions, code generation, or code snippets from sources (e.g. Stack Overflow, GitHub) have been annotated with basic attribution so reviewers & contributors may have confidence and access to the correct context to evaluate and use this code.

@dbouris dbouris changed the title 6399/accessibility/fix not focusing login button Fix Accesibility issues on the Login page and more concerning a button not getting focus Apr 10, 2022
@dbouris dbouris changed the title Fix Accesibility issues on the Login page and more concerning a button not getting focus Fix Accesibility issues on the Login page concerning a button not getting focus Apr 10, 2022
Copy link
Collaborator

@jimchamp jimchamp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm! This is really helpful!

@jimchamp jimchamp merged commit 2594924 into internetarchive:master Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accesibility Issue: Login button in the Login page does not get focus
3 participants