You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using GraphiQL, the cursor becomes trapped in the query editor, preventing users from tabbing out to other elements of the interface. This creates an accessibility barrier, particularly for keyboard-only users, as it hinders navigation through the application.
Expected Behavior
Users should be able to tab into the query editor, interact with it, and then tab out to access other parts of the GraphiQL interface, such as the "Run" button, variables section, or other UI elements.
Steps To Reproduce
Open GraphiQL in a web browser
Use the Tab key to navigate to the query editor
Enter or modify a query in the editor
Attempt to use the Tab key to move focus out of the editor
Environment
GraphiQL Version: 3.7.1
OS: MacOS
Browser: Chrome
Bundler:
react Version: 18.3.1
graphql Version: 16.9.0
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
When using GraphiQL, the cursor becomes trapped in the query editor, preventing users from tabbing out to other elements of the interface. This creates an accessibility barrier, particularly for keyboard-only users, as it hinders navigation through the application.
Expected Behavior
Users should be able to tab into the query editor, interact with it, and then tab out to access other parts of the GraphiQL interface, such as the "Run" button, variables section, or other UI elements.
Steps To Reproduce
Environment
react
Version: 18.3.1graphql
Version: 16.9.0Anything else?
No response
The text was updated successfully, but these errors were encountered: