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

IndexOutOfBoundsException when navigating completions options #192

Closed
tpoliaw opened this issue Nov 24, 2017 · 0 comments · Fixed by #195
Closed

IndexOutOfBoundsException when navigating completions options #192

tpoliaw opened this issue Nov 24, 2017 · 0 comments · Fixed by #195

Comments

@tpoliaw
Copy link
Contributor

tpoliaw commented Nov 24, 2017

If multiple completion candidates are available (and MENU_COMPLETE is set), using the left/right keys move through the options. Moving left from the bottom-left options can through an exception if the number of candidates is not a multiple of the number of rows.

eg

Alpha  Bravo    Charlie  Delta
Echo   Foxtrot  Golf
Hotel  India    Juliet

Moving left from Hotel will try to select the option under Delta and fail.

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 a pull request may close this issue.

1 participant