bug: accessibility issues with popup modals #16837
Replies: 20 comments 2 replies
-
@SuhelMakkad I would like to work on this issue, can you assign me? |
Beta Was this translation helpful? Give feedback.
-
@Jonath-z this was from one of the Supabase devs yesterday. |
Beta Was this translation helpful? Give feedback.
-
Great, thank you! I start working on it then |
Beta Was this translation helpful? Give feedback.
-
Hey @Jonath-z, I believe the issue is being caused by the tabindex="-1" attribute on modal div. If you remove this attribute, the problem should be resolved. |
Beta Was this translation helpful? Give feedback.
-
I'm gonna do that and see. |
Beta Was this translation helpful? Give feedback.
-
@nwaliaez do you have an idea about why I can not access the authentication page locally? This is the error that I'm getting: |
Beta Was this translation helpful? Give feedback.
-
@Jonath-z, based on my investigations, the issue seems to be related to PostgreSQL. To address this:
I'm currently trying this approach on my end. I'll update this thread once I have more information on whether it resolves the issue. |
Beta Was this translation helpful? Give feedback.
-
@nwaliaez thanks. Screencast.from.2023-08-16.14-16-34.webmTo reproduceSteps to reproduce the behavior, please provide code snippets or a repository: Go to the authentication tab |
Beta Was this translation helpful? Give feedback.
-
@Jonath-z, I've made another observation. Once a valid string is entered into the input, the "TAB" key functions as expected. |
Beta Was this translation helpful? Give feedback.
-
hmm, I'm not able to get that, for me even with the righ input it still does not work as expected. Do you have an idea about the reason why? |
Beta Was this translation helpful? Give feedback.
-
i am new here, i am facing some issue while seting up=the project, |
Beta Was this translation helpful? Give feedback.
-
@sagarkashyap989 Thats perfect it will take some time depending on network speed. |
Beta Was this translation helpful? Give feedback.
-
i see, i wait then. (i actually came here after watching you video only). |
Beta Was this translation helpful? Give feedback.
-
@sagarkashyap989, I'm here to assist in any way I can. Feel free to reach out whenever you need help! |
Beta Was this translation helpful? Give feedback.
-
After a clean git clone, I could not start & setup the project |
Beta Was this translation helpful? Give feedback.
-
Hi @sagarkashyap989, you might want to consider these steps: clearing your cache, removing package-lock.json, and deleting node_modules. After that, giving 'yarn' a try worked like a charm for me. Feel free to give it a shot! |
Beta Was this translation helpful? Give feedback.
-
I was testing this issue and I found out that if the user has a valid input in the input field, the tab button will navigate to the button. The problem was only reproduced without the valid input. I don't think it is necessary to fix this because an input is expected, it will then navigate to the button. |
Beta Was this translation helpful? Give feedback.
-
@justynleung Hello, I made another attempt, but even with valid input, the issue persists for me. Pressing the tab key still causes the modal to receive focus. |
Beta Was this translation helpful? Give feedback.
-
@nwaliaez |
Beta Was this translation helpful? Give feedback.
-
I've implemented a solution that appears to be effective when tested on my local machine. However, it's not yet functional on the website. |
Beta Was this translation helpful? Give feedback.
-
Bug report
Describe the bug
Accessibility issues with popup modals.
When I try navigating with the tab key, the focus is getting stuck on the model itself (see the below video)
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
When we hit the tab the focus should shift to the next input field or button.
Screenshots
Screen.Recording.2023-08-15.at.11.19.33.PM.mov
System information
Beta Was this translation helpful? Give feedback.
All reactions