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

Accessibility problem with TAB on register page (Missing order or not set order) #1913

Open
Tuscann opened this issue Sep 2, 2024 · 4 comments
Labels
type: bug Something isn't working

Comments

@Tuscann
Copy link

Tuscann commented Sep 2, 2024

Which area(s) of Podkrepi.bg are affected?

Desktop layout

Describe the Bug

Accessibility problem with TAB on register page

To Reproduce

  1. Open https://podkrepi.bg/en/register on desktop
  2. Click with mouse on First Name
  3. Click one time tab from keyboard go to Last Name
  4. Click one time tab from keyboard go to Email
  5. Click one time tab from keyboard go to Password
  6. (You are in password field) Click one time tab from keyboard. Nothing happen need to click second time tab from keyboard to go Confirm password
  7. (You are in confirm password field ) Click two times tab from keyboard go to I agree to the [Terms and Conditions
  8. Click one time tab from keyboard go to I understand and I agree to the [General Data Protection Regulation (GDPR)]

Why on password need to click two times Tab but on confirm password need only one tab?

Expected Behavior

Need to go click one tab every time on this page

Which browser are you using? (if relevant)

Vivaldi

@Tuscann Tuscann added the type: bug Something isn't working label Sep 2, 2024
@dparpulov
Copy link

this is an expected behavior in this case. In the password and confirm password fields there is a button which shows/hides the text when clicked. This is where you are when you click tab while on the password and confirm password fields.

@Tuscann
Copy link
Author

Tuscann commented Sep 3, 2024

@dparpulov Did you try step by step to reproduce the bug?

@dparpulov
Copy link

dparpulov commented Sep 3, 2024

@Tuscann Why do you think it's a bug when there's a button which you go to after you click tab once on both fields that has an action when it is clicked -> it shows or hides the text in the field?
image

@ElitsaPetrova
Copy link

The real problem is the missing outline of the element.

Here is an article Never remove CSS outlines that explains why it is not good practice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants