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

ivy-read-action with small minibuffer visually truncates action choice list #402

Closed
DWgit opened this issue Feb 26, 2016 · 2 comments
Closed

Comments

@DWgit
Copy link

DWgit commented Feb 26, 2016

Scenario:

  1. User does an ivy search (e.g., ivy-locate) that returns a small number of candidates, so the minibuffer doesn't grow
  2. User calls ivy-read-action, which wants to display more actions than the minibuffer size
  3. Small minibuffer visually truncates the action list, and user doesn't see all the choices.
@abo-abo
Copy link
Owner

abo-abo commented Feb 26, 2016

Thanks.

@DWgit
Copy link
Author

DWgit commented Feb 26, 2016

Thanks for the super-fast turnaround and for ivy!

David

abo-abo pushed a commit that referenced this issue Nov 10, 2016
The original option 'grow-only is related to #402 .
Setting resize-mini-windows to t seems will not break
the original fix, but has the benefit that when
the action list is to small, it will shrink to suitable
height.

Fixes #764
Re #402
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

2 participants