Skip to content

[bug] fix(widgets): LoadingDots label and dot animation overflow narrow container widths #3063

Description

@itssagarK

Issue Description

### Title
fix(widgets): `LoadingDots` label and dot animation overflow narrow container widths

### Description
In `packages/widgets/src/feedback/LoadingDots.ts`, `_renderSelf` writes `this._label` and dot

strings directly to the screen buffer without bounding them to width. When placed in a narrow
container, long labels or dot strings overflow the content rectangle.

### Expected Behavior
`LoadingDots` should truncate label and dot strings to fit within `width`.

GSSoC contributor?

  • Yes. You contribute under GSSoC 2026.
  • No.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:bug+10 pts. Bug fix.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions