8000 Should use ellipsis instead of a single dot when message is truncated during progress rendering · Issue #15412 · PowerShell/PowerShell · GitHub
[go: up one dir, main page]

Skip to content

Should use ellipsis instead of a single dot when message is truncated during progress rendering #15412

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

Closed
daxian-dbw opened this issue May 17, 2021 · 1 comment
Assignees
Labels
Issue-Bug Issue has been identified as a bug in the product Resolution-Fixed The issue is fixed. WG-Interactive-Console the console experience

Comments

@daxian-dbw
Copy link
Member

The issue is to track the review comment #15264 (comment)

Steps to reproduce

Resize the console window to use a small width.

1..100 | % { Write-Progress -Activity "123456789012345678901234567890123456789012345678901234567890" -Status "S" -PercentComplete $_ -SecondsRemaining $_ ; Sleep 1}

Expected behavior

Use ellipsis when a message is truncated.

Actual behavior

A single dot is used instead:

image

@daxian-dbw daxian-dbw added the Needs-Triage The issue is new and needs to be triaged by a work group. label May 17, 2021
@daxian-dbw daxian-dbw added Issue-Bug Issue has been identified as a bug in the product WG-Interactive-Console the console experience and removed Needs-Triage The issue is new and needs to be triaged by a work group. labels May 17, 2021
@SteveL-MSFT
Copy link
Member

This was already fixed

@SteveL-MSFT SteveL-MSFT added the Resolution-Fixed The issue is fixed. label Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug Issue has been identified as a bug in the product Resolution-Fixed The issue is fixed. WG-Interactive-Console the console experience
Projects
None yet
Development

No branches or pull requests

2 participants
0