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 issue with long screens #192

Merged
merged 1 commit into from
Sep 28, 2015

Conversation

slackorama
Copy link
Contributor

My screen had more rows than the size of lbls so when I chose quick
select on a full list of candidates, I got a traceback "IndexError:
string index out of range."

This only displays labels up to the number of labels and no more.

My screen had more rows than the size of `lbls` so when I chose quick
select on a full list of candidates, I got a traceback "IndexError:
string index out of range."

This only displays labels up to the number of labels and no more.
pcottle added a commit that referenced this pull request Sep 28, 2015
@pcottle pcottle merged commit faf3e55 into facebook:master Sep 28, 2015
@pcottle
Copy link
Contributor

pcottle commented Sep 28, 2015

Thanks @slackorama so much for putting up the PR for this! logic seems good -- its too bad we don't have test coverage for this though. I'll try to add something after this lands.

Also I should make a new release since this and a few other fixes have gone in recently... lemme file a task on myself to do that

@slackorama slackorama deleted the feature/fix-long-screen-bug branch October 2, 2015 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants