Issue with Keyboard Navigation in Code Blocks #143653
Replies: 1 comment
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Bug
GitHub Feature Area
Actions
Body
I've encountered an issue with keyboard navigation within code blocks on GitHub. When using the Tab key to navigate through code blocks, the focus sometimes jumps to unexpected elements, such as the next code block or the page header.
Steps to Reproduce:
Navigate to a repository with multiple code blocks.
Use the Tab key to move focus into a code block.
Continue pressing the Tab key to navigate within the code block.
Expected Behavior:
The focus should move sequentially through the code elements, such as lines of code, keywords, and comments.
Actual Behavior:
The focus jumps to unexpected elements, making it difficult to navigate the code using the keyboard.
Beta Was this translation helpful? Give feedback.
All reactions