Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force keyboard focus on the TextEditor control in DecompilerTextView #2669

Open
siegfriedpammer opened this issue Apr 11, 2022 · 0 comments
Open
Labels

Comments

@siegfriedpammer
Copy link
Member

There is one issue that remains: if keyboard focus has never been on the ICSharpCode.AvalonEdit.TextEditor of a particular tab, then pressing Ctrl+Tab from the Assemblies Pad will not move keyboard focus to the TextEditor when Ctrl+Tab is released to move focus to that tab. If, however, one is able to get focus into the TextEditor in some other way so that arrowing around within the disassembly actually moves the caret, then after pressing F6 to get to the Assemblies Pad, Ctrl+Tab when release will put focus back inside the TextEdditor so that a screen reader user can use the arrow keys to move around and read the disassembly.

What is really needed is for keyboard focus to always be on the TextEditor after using Ctrl+Tab to focus a disassembly document tab.

Originally posted by @glenrgordon in #2577 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant