Skip to content

cosmetic: terminal tab shows brief rendering artifact on tab switch #99

Description

@grimmerk

When switching to the Terminal tab, there's a brief flash (~50ms) of incorrectly sized text before xterm.js re-fits to the container.

Cause: the terminal div transitions from display: none to display: flex, and fitAddon.fit() runs after a 50ms delay.

Possible fix: fit before making visible, or use visibility: hidden instead of display: none (keeps layout but hides visually).

🤖 On behalf of @grimmerk — generated with Claude Code

screenshot

Image

or
Image

then

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions