Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPE in selectBox.ts #24584

Closed
joaomoreno opened this issue Apr 12, 2017 · 3 comments
Closed

NPE in selectBox.ts #24584

joaomoreno opened this issue Apr 12, 2017 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority verified Verification succeeded
Milestone

Comments

@joaomoreno
Copy link
Member

Cannot read property 'selectBackground' of undefined: TypeError: Cannot read property 'selectBackground' of undefined
    at new SelectBox (file:////Users/joao/Work/vscode/out/vs/base/browser/ui/selectBox/selectBox.js:26:44)
    at SwitchTerminalInstanceActionItem.SelectActionItem [as constructor] (file:////Users/joao/Work/vscode/out/vs/base/browser/ui/actionbar/actionbar.js:542:31)
    at new SwitchTerminalInstanceActionItem (file:////Users/joao/Work/vscode/out/vs/workbench/parts/terminal/electron-browser/terminalActions.js:352:32)
    at create (file:////Users/joao/Work/vscode/out/vs/base/common/types.js:163:14)
    at InstantiationService._createInstance (file:////Users/joao/Work/vscode/out/vs/platform/instantiation/common/instantiationService.js:142:43)
    at InstantiationService.createInstance (file:////Users/joao/Work/vscode/out/vs/platform/instantiation/common/instantiationService.js:70:29)
    at TerminalPanel.getActionItem (file:////Users/joao/Work/vscode/out/vs/workbench/parts/terminal/electron-browser/terminalPanel.js:119:51)
    at PanelPart.CompositePart.actionItemProvider (file:////Users/joao/Work/vscode/out/vs/workbench/browser/parts/compositePart.js:331:51)
    at Object.actionItemProvider (file:////Users/joao/Work/vscode/out/vs/workbench/browser/parts/compositePart.js:297:74)
    at Object.actionItemProvider (file:////Users/joao/Work/vscode/out/vs/base/browser/ui/toolbar/toolbar.js:41:65)

image

@joaomoreno joaomoreno added bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority labels Apr 12, 2017
@joaomoreno
Copy link
Member Author

image

@aeschli aeschli removed their assignment Apr 12, 2017
@bpasero bpasero added this to the April 2017 milestone Apr 12, 2017
@Tyriar Tyriar removed their assignment Apr 17, 2017
@dbaeumer
Copy link
Member

Verified by using select box in output and terminal pane.

@dbaeumer dbaeumer added the verified Verification succeeded label Apr 28, 2017
@dbaeumer
Copy link
Member

Opened #25619

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

5 participants