-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Description
Details
- Browser and browser version: Chrome stable
- OS version: Mac, Ubuntu
- xterm.js version: 5.5.0
Steps to reproduce
- Update xterm:
- "xterm": "^5.1.0",
- "xterm-addon-fit": "^0.7.0"
+ "@xterm/addon-fit": "^0.10.0",
+ "@xterm/xterm": "^5.5.0",
- The letter spacing is messed up after the update:
After:

Can be reproduced with Playwright UI mode:
npm init playwright repro
, press enter a few times to accept all defaultscd repro
npx playwright test --ui
, run the tests in UI mode and see the builtin terminal output.- Now update to a more recent version with updated xterm
npm i @playwright/test@1.56.0-alpha-2025-09-23
npx playwright test --ui
see the difference
Here is how the terminal is created: https://github.com/microsoft/playwright/blob/c813e9cf595cd4b83f6590afda26b460993231cb/packages/web/src/components/xtermWrapper.tsx#L63-L69