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

Fix the keyboard focus #4

Open
GoogleCodeExporter opened this issue Mar 20, 2015 · 0 comments
Open

Fix the keyboard focus #4

GoogleCodeExporter opened this issue Mar 20, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Keyboard focus doesn't really work. Currently, in most backends, some component 
gets the keyboard focus, without any rational reason. Currently, this doesn't 
matter since we have no component which depends on the keyboard for it's 
functionallity (Text-Entries are planned for release 2.0), so the user can just 
add the same keyboard listener to all the components. This is not convinient, 
but it works.

Things that focus should support:
1. Always pass to the next focusable component after 'Tab' was pressed
2. The (mouse) clicked component always receives the focus
3. Detect who has the focus also not through a keyboard event

Original issue reported on code.google.com by Lightnin...@gmail.com on 12 Oct 2011 at 11:57

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

No branches or pull requests

1 participant