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

First pass at allowing user to move between TextBoxes with keyboard - Don't Merge #618

Closed
wants to merge 1 commit into from

Conversation

psFried
Copy link
Contributor

@psFried psFried commented Nov 5, 2015

This is just a first pass at getting this to work. This PR is just to provide a place for people to comment and give feedback on the approach. Do not merge this!

This allows users to move between TextBox widgets by hitting enter. One problem I see with this approach is that whatever TextBox had previously captured input will try to un-capture after the next TextBox has started capturing. This results in a bunch of warnings printed to stdout.

@psFried psFried mentioned this pull request Nov 6, 2015
@psFried
Copy link
Contributor Author

psFried commented Jan 3, 2016

I am finally getting around to working on this and have figured out a slightly different and simpler approach. Closing this PR for now. I'll re-open another one once the branch is ready.

@psFried psFried closed this Jan 3, 2016
@psFried psFried deleted the change-focus branch January 3, 2016 02:42
@mitchmindtree
Copy link
Contributor

👍

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

Successfully merging this pull request may close these issues.

2 participants