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

findNextEmptyCell doesn't work if we just entered a space #2

Open
bcopeland opened this issue Feb 24, 2018 · 0 comments
Open

findNextEmptyCell doesn't work if we just entered a space #2

bcopeland opened this issue Feb 24, 2018 · 0 comments

Comments

@bcopeland
Copy link
Owner

Space doesn't work as a navigational key because we always call navNext() after type which looks for the first empty cell, but typing a space clears the current cell. To fix we'd need to make sure navNext starts the search at x+1 (or y+1), but only when typing, not when, e.g. tabbing to next entry.

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

No branches or pull requests

1 participant