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

errors when disabling multi select support #67938

Closed
jrieken opened this issue Feb 5, 2019 · 0 comments
Closed

errors when disabling multi select support #67938

jrieken opened this issue Feb 5, 2019 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug tree-widget Tree widget issues verified Verification succeeded
Milestone

Comments

@jrieken
Copy link
Member

jrieken commented Feb 5, 2019

re #64727

  • in joh/o2
  • disable multi select support via multipleSelectionSupport
  • select an element, the error below happens
ERR Cannot read property 'isSelectionRangeChangeEvent' of undefined: TypeError: Cannot read property 'isSelectionRangeChangeEvent' of undefined
    at TreeNodeListMouseController.onPointer (file:///Users/jrieken/Code/vscode/out/vs/base/browser/ui/tree/abstractTree.js:634:50)
    at file:///Users/jrieken/Code/vscode/out/vs/base/common/event.js:94:61
    at Emitter.fire (file:///Users/jrieken/Code/vscode/out/vs/base/common/event.js:542:38)
    at HTMLDivElement.fn (file:///Users/jrieken/Code/vscode/out/vs/base/browser/event.js:9:48)
@joaomoreno joaomoreno added bug Issue identified by VS Code Team member as probable bug tree-widget Tree widget issues labels Feb 6, 2019
@joaomoreno joaomoreno added this to the February 2019 milestone Feb 6, 2019
@alexr00 alexr00 added the verified Verification succeeded label Feb 26, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 23, 2019
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 tree-widget Tree widget issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants