swagger-ui
swagger-ui copied to clipboard
Keyboard traps inside the code editor container under 'Swagger Editor' page.
Q&A (please complete the following information)
- OS: Windows 11
- Browser: Microsoft Edge and Google Chrome
- Versions: 135.0.3179.98 and Version 135.0.7049.115
- Method of installation: dist
- Swagger-Editor version: 4.0.3
- Swagger/OpenAPI Version: Swagger 2.0
Content & configuration
Example Swagger/OpenAPI definition: https://github.com/microsoft/PowerPlatformConnectors/blob/dev/certified-connectors/Nintex%20Workflow/apiDefinition.swagger.json
# your YAML here
Swagger-UI configuration options:
SwaggerUI({
// your config options here
})
?yourQueryStringConfig
Describe the bug you're encountering
To reproduce...
- Open URL: https://editor.swagger.io/
- Press tab key to reach to the code present inside the "Code editor".
- Verify whether the Keyboard traps inside the code editor container under 'Swagger Editor' page or not.
Actual Result Keyboard traps inside the code editor container under 'Swagger Editor' page.
Expected behavior
Keyboard should not trap inside the code editor container under 'Swagger Editor' page. The focus should move outside of the swagger editor by using shortcut keys (EX: tab/shift+tab/ait+shift+h/alt+M/ctrl+alt+m... etc)
Screenshots
https://github.com/user-attachments/assets/55cca68b-44c1-49b9-9126-40597b40e4cc
Additional context or thoughts
Hi Team, Any update on this issue?