Skip to content

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

@bcopeland

Description

@bcopeland

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions