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

OCGV: Data does not line up with column headers #175

Closed
3 tasks done
ajansveld opened this issue Aug 29, 2022 · 0 comments · Fixed by #185
Closed
3 tasks done

OCGV: Data does not line up with column headers #175

ajansveld opened this issue Aug 29, 2022 · 0 comments · Fixed by #185
Labels
bug Something isn't working OCGV

Comments

@ajansveld
Copy link

Prerequisites

  • Write a descriptive title.
  • Make sure you are able to repro it on the latest version
  • Search the existing issues.

Steps to reproduce

As shown below, the alignment is off (seen on Windows and Linux):

Get-Process | Out-ConsoleGridView

Expected behavior

┌ Out-ConsoleGridView ─────────────────────────────────────────────────┐
│  Filter                                                              │
│                                                                      │
│    NPM(K) PM(M)    WS(M)    CPU(s) Id    SI ProcessName              │
│    ------ -----    -----    ------ --    -- -----------              │
│  ╴ 20     22.76    18.68    0.00   2692  0  Aot********              │
│  ╴ 24     10.24    28.57    0.05   1212  2  App*****************     │
│  ╴ 14     2.90     10.96    0.16   9556  2  Aut*******               │
│  ╴ 16     3.61     14.55    10.84  17424 2  Aut*******               │

Actual behavior

┌ Out-ConsoleGridView ─────────────────────────────────────────────────┐
│  Filter                                                              │
│                                                                      │
│      NPM(K) PM(M)    WS(M)    CPU(s) Id    SI ProcessName            │
│      ------ -----    -----    ------ --    -- -----------            │
│  ╴ 20     22.76    18.68    0.00   2692  0  Aot********              │
│  ╴ 24     10.24    28.57    0.05   1212  2  App*****************     │
│  ╴ 14     2.90     10.96    0.16   9556  2  Aut*******               │
│  ╴ 16     3.61     14.55    10.84  17424 2  Aut*******               │

Error details

No response

Environment data

Name                           Value
----                           -----
PSVersion                      7.2.6
PSEdition                      Core
GitCommitId                    7.2.6
OS                             Microsoft Windows 10.0.19044
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Version

0.7.2

Visuals

No response

@tig tig added bug Something isn't working OCGV labels Oct 14, 2022
tig added a commit to tig/GraphicalTools that referenced this issue Apr 28, 2023
SteveL-MSFT added a commit that referenced this issue May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working OCGV
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants