-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Out-GridView's text search doesn't work, and pressing enter in the text box closes it. -PassThru makes the shell hang
#24749
Comments
|
Is the |
|
@237dmitry thank you for your reply. Yes, |
|
I would wait for the release, because the release candidate does not take into account all aspects. In my opinion, it is time to throw out all these atavisms of the pasts, like -ShowWindow and Out-GridView. This is beyond cross-platform |
|
@237dmitry I'd like to switch to |
In my opinion, this is being developed by the Windows PowerShell team, not PowerShell 7. The main problem with productive development of PowerShell 7, in my opinion only, is the difficulty of backward compatibility with Windows PowerShell. I don't know the plans for the future and I don't understand why two entities are needed that gradually, with each new release, lose connection with each other even at the syntax level. This brings confusion in general. |
|
@237dmitry Issues are for reporting bugs, if you want to give your conceptual opinion on WPF, open a discussion. |
|
Possible fix #14054 (comment) |
|
@iSazonov That's great! Thank you. |
|
Ooh no, they took my GridView away. It's insecure they say! ;) |
|
In the release of 7.5.0 it is even worse. |
I expirienced the same behaviour in PowerShell 7.5.0 on Windows 11 :/ |


Prerequisites
Steps to reproduce
Scenario 1:
pwsh.exe -noprofilels | ogvScenario 2:
pwsh.exe -noprofilels | ogv -passthruExpected behavior
The search query should filter the results in the Out-GridView window, and pressing enter while focussed on the text box should not close the window.Actual behavior
Filtering via text search doesn't work, and pressing enter while focussed on the search box closes the window.Error details
No response
Environment data
Visuals
The text was updated successfully, but these errors were encountered: