Skip to content

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

@daxian-dbw

Description

@daxian-dbw

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions