-
Notifications
You must be signed in to change notification settings - Fork 33
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
Selectrum resizing issue with consult grouping #491
Comments
Just to confirm that using |
The current resizing is done so you don't have dynamic resizing during operation but if the content height can change there is no way to avoid that. We can either allow dynamic resize during input or resize as soon as the selection moves into candidates which aren't currently displayed. Which do you think would be better? |
I think the current behavior is okay. It is unexpected if candidates are hidden/partially hidden, but usually you filter first and scroll afterwards. I almost never scroll but narrow down until I have less than 10 items. |
For me it is the same and I think dynamic resize during input would be annoying. But for scrolling (or when the selected candidate is off screen) I think we could allow to grow if the contents don't fit. |
See minad/vertico@b35592a and minad/vertico@24fab0b for a potential fix which works in Selectrum too. |
Is there any progress on this issue? |
Sorry for spamming this issue. Didn't realize that Github will create a new reference to the issue every time I'm rebasing my commits 😅 |
Selectrum sometimes hides results due to an issue with dynamic resizing. This happens when viewing consult results and there are more results than what the minibuffer can display in one screen. See here radian-software/selectrum#491. One possible solution is to get rid of Selectrum, and use Vertico instead. However, Selectrum has some additional features that Vertico lacks (e.g. caching, integration with Prescient). The solution that was chosen is to disable consult result grouping until the original Selectrum issue is resolved.
Selectrum sometimes hides results due to an issue with dynamic resizing. This happens when viewing consult results and there are more results than what the minibuffer can display in one screen. See here radian-software/selectrum#491. One possible solution is to get rid of Selectrum, and use Vertico instead. However, Selectrum has some additional features that Vertico lacks (e.g. caching, integration with Prescient). The solution that was chosen is to disable consult result grouping until the original Selectrum issue is resolved.
Selectrum sometimes hides results due to an issue with dynamic resizing. This happens when viewing consult results and there are more results than what the minibuffer can display in one screen. See here radian-software/selectrum#491. One possible solution is to get rid of Selectrum, and use Vertico instead. However, Selectrum has some additional features that Vertico lacks (e.g. caching, integration with Prescient). The solution that was chosen is to disable consult result grouping until the original Selectrum issue is resolved.
Selectrum sometimes hides results due to an issue with dynamic resizing. This happens when viewing consult results and there are more results than what the minibuffer can display in one screen. See here radian-software/selectrum#491. One possible solution is to get rid of Selectrum, and use Vertico instead. However, Selectrum has some additional features that Vertico lacks (e.g. caching, integration with Prescient). The solution that was chosen is to disable consult result grouping until the original Selectrum issue is resolved.
Selectrum sometimes hides results due to an issue with dynamic resizing. This happens when viewing consult results and there are more results than what the minibuffer can display in one screen. See here radian-software/selectrum#491. One possible solution is to get rid of Selectrum, and use Vertico instead. However, Selectrum has some additional features that Vertico lacks (e.g. caching, integration with Prescient). The solution that was chosen is to disable consult result grouping until the original Selectrum issue is resolved.
Selectrum sometimes hides results due to an issue with dynamic resizing. This happens when viewing consult results and there are more results than what the minibuffer can display in one screen. See here radian-software/selectrum#491. One possible solution is to get rid of Selectrum, and use Vertico instead. However, Selectrum has some additional features that Vertico lacks (e.g. caching, integration with Prescient). The solution that was chosen is to disable consult result grouping until the original Selectrum issue is resolved.
Selectrum sometimes hides results due to an issue with dynamic resizing. This happens when viewing consult results and there are more results than what the minibuffer can display in one screen. See here radian-software/selectrum#491. One possible solution is to get rid of Selectrum, and use Vertico instead. However, Selectrum has some additional features that Vertico lacks (e.g. caching, integration with Prescient). The solution that was chosen is to disable consult result grouping until the original Selectrum issue is resolved.
Selectrum sometimes hides results due to an issue with dynamic resizing. This happens when viewing consult results and there are more results than what the minibuffer can display in one screen. See here radian-software/selectrum#491. One possible solution is to get rid of Selectrum, and use Vertico instead. However, Selectrum has some additional features that Vertico lacks (e.g. caching, integration with Prescient). The solution that was chosen is to disable consult result grouping until the original Selectrum issue is resolved.
Selectrum sometimes hides results due to an issue with dynamic resizing. This happens when viewing consult results and there are more results than what the minibuffer can display in one screen. See here radian-software/selectrum#491. One possible solution is to get rid of Selectrum, and use Vertico instead. However, Selectrum has some additional features that Vertico lacks (e.g. caching, integration with Prescient). The solution that was chosen is to disable consult result grouping until the original Selectrum issue is resolved.
Selectrum sometimes hides results due to an issue with dynamic resizing. This happens when viewing consult results and there are more results than what the minibuffer can display in one screen. See here radian-software/selectrum#491. One possible solution is to get rid of Selectrum, and use Vertico instead. However, Selectrum has some additional features that Vertico lacks (e.g. caching, integration with Prescient). The solution that was chosen is to disable consult result grouping until the original Selectrum issue is resolved.
See minad/consult#246. Maybe related to #270 and #435.
The text was updated successfully, but these errors were encountered: