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

input_dialog completion doesn't appear to have any effect #715

Open
MissingNoIOI opened this issue Aug 30, 2018 · 6 comments
Open

input_dialog completion doesn't appear to have any effect #715

MissingNoIOI opened this issue Aug 30, 2018 · 6 comments
Labels

Comments

@MissingNoIOI
Copy link

MissingNoIOI commented Aug 30, 2018

I am using version 2.0.4 and it appears that currently the completion for the input_dialog doesn't have any effect.
When using code like the following:

path = input_dialog(title="Generate report",
                                text="Please enter the output path",
                                completer=PathCompleter(expanduser=True))

I can insert the path normally, theres no error, but no completion window appears. The same happens when trying to use a word completer.

@jonathanslenders
Copy link
Member

Hi @MissingNoIOI,

This is a visualization bug. I believe the tab key or Control-N should work, but it doesn't display the menu. Somewhere we still have to add the CompletionsMenu to the layout of these dialogs.

@kpengwin
Copy link

kpengwin commented Jun 26, 2019

Just experienced this too on 2.0.9 - tab doesn't work (because it instead moves to the < OK > button) but Ctrl-N does work as expected.

@kpengwin
Copy link

I have an almost working fix - will submit hopefully soon.

@martinburchell
Copy link

@kpengwin Did you get anywhere with the fix?

@JKLs12
Copy link

JKLs12 commented Oct 28, 2024

I also noticed this issue. Is there any chance for a soon fix?

@JKLs12
Copy link

JKLs12 commented Jan 30, 2025

Meanwhile, I tried to fix it myself: #1970
Probably it isn't a very good solution but at least an attempt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants