-
Notifications
You must be signed in to change notification settings - Fork 38.9k
Error Cannot read property 'playBellSound' of undefined after reloading window with hidden terminal #122938
Copy link
Copy link
Closed
xtermjs/xterm.js
#3314Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersterminalGeneral terminal issues that don't fall under another labelGeneral terminal issues that don't fall under another labelupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)upstream-issue-fixedThe underlying upstream issue has been fixedThe underlying upstream issue has been fixedupstream-issue-linkedThis is an upstream issue that has been reported upstreamThis is an upstream issue that has been reported upstreamverifiedVerification succeededVerification succeeded
Milestone
Description
- VS Code Version: From sources
- OS Version:
Steps to Reproduce:
- Set
"terminal.integrated.enableBell": true - Focus terminal and type
Ctrl+Gto trigger bell sound - Hide terminal panel
- Reload window
- 🐛 The following error shows in dev tools
Uncaught TypeError: Cannot read property 'playBellSound' of undefined
at t.bell (Terminal.ts:1175)
at Terminal.ts:153
at e.fire (EventEmitter.ts:67)
at t.bell (InputHandler.ts:786)
at Object.<anonymous> (InputHandler.ts:369)
at r.parse (EscapeSequenceParser.ts:670)
at t.parse (InputHandler.ts:574)
at e._action (CoreTerminal.ts:65)
at e._innerWrite (WriteBuffer.ts:169)
at WriteBuffer.ts:140
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersterminalGeneral terminal issues that don't fall under another labelGeneral terminal issues that don't fall under another labelupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)upstream-issue-fixedThe underlying upstream issue has been fixedThe underlying upstream issue has been fixedupstream-issue-linkedThis is an upstream issue that has been reported upstreamThis is an upstream issue that has been reported upstreamverifiedVerification succeededVerification succeeded