Prerequisites
Steps to reproduce
Scenario 1:
- start
pwsh.exe -noprofile
- run
ls | ogv
- type a search query in the text box at the top
- press enter
Scenario 2:
- start
pwsh.exe -noprofile
- run
ls | ogv -passthru
- type a search query in the text box at the top
- press enter
Expected 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
PSVersion 7.5.0-rc.1
PSEdition Core
GitCommitId 7.5.0-rc.1
OS Microsoft Windows 10.0.26100
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Visuals


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