Keyboard Navigation Stops Working in File Diff View #195486
Unanswered
bright8r
asked this question in
Accessibility
Replies: 2 comments
-
|
Yeah, this is a known pain point — expanding large diffs can mess with the keyboard focus, basically because the DOM gets updated dynamically and the browser loses track of where focus should be. A few things that might help:
Also worth trying: collapsing and re-expanding the problematic file, which can sometimes reset the focus to a predictable spot. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
yes |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Actions
Body
Hi, I'm Kiran, and I work at Bright Steel Centre. While reviewing pull requests, keyboard navigation becomes inconsistent after expanding large file diffs. Has anyone else experienced this issue?
Beta Was this translation helpful? Give feedback.
All reactions