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

Error closing a Java file #2382

Closed
MarkZ3 opened this issue Jul 18, 2018 · 1 comment
Closed

Error closing a Java file #2382

MarkZ3 opened this issue Jul 18, 2018 · 1 comment

Comments

@MarkZ3
Copy link
Contributor

MarkZ3 commented Jul 18, 2018

Using Theia as of 4ba93d6, Electron example.

  1. Start Theia in a Java project
  2. Open a Java file
  3. Close it

errors.ts:81 Uncaught Error: Cannot read property 'isDisposed' of undefined

TypeError: Cannot read property 'isDisposed' of undefined
at Function.push.../../packages/plugin-ext/lib/main/browser/text-editor-main.js.TextEditorPropertiesMain.getOptionsFromEditor (text-editor-main.ts:364)
at Function.push.../../packages/plugin-ext/lib/main/browser/text-editor-main.js.TextEditorPropertiesMain.readFromEditor (text-editor-main.ts:342)
at TextEditorMain.push.../../packages/plugin-ext/lib/main/browser/text-editor-main.js.TextEditorMain.updateProperties (text-editor-main.ts:56)
at text-editor-main.ts:94
at Emitter.fire (event.ts:140)
at ViewOutgoingEvents.viewEventBus.onDidScroll (codeEditorWidget.ts:433)
at ViewOutgoingEvents.emitScrollChanged (viewOutgoingEvents.ts:45)
at View.onScrollChanged (viewImpl.ts:333)
at ViewEventHandler.handleEvents (viewEventHandler.ts:164)
at ViewEventDispatcher._doConsumeQueue (viewEventDispatcher.ts:89)
at Function.push.../../packages/plugin-ext/lib/main/browser/text-editor-main.js.TextEditorPropertiesMain.getOptionsFromEditor (text-editor-main.ts:364)
at Function.push.../../packages/plugin-ext/lib/main/browser/text-editor-main.js.TextEditorPropertiesMain.readFromEditor (text-editor-main.ts:342)
at TextEditorMain.push.../../packages/plugin-ext/lib/main/browser/text-editor-main.js.TextEditorMain.updateProperties (text-editor-main.ts:56)
at text-editor-main.ts:94
at Emitter.fire (event.ts:140)
at ViewOutgoingEvents.viewEventBus.onDidScroll (codeEditorWidget.ts:433)
at ViewOutgoingEvents.emitScrollChanged (viewOutgoingEvents.ts:45)
at View.onScrollChanged (viewImpl.ts:333)
at ViewEventHandler.handleEvents (viewEventHandler.ts:164)
at ViewEventDispatcher._doConsumeQueue (viewEventDispatcher.ts:89)
at errors.ts:81


@AlexTugarev
Copy link
Contributor

closing as duplicate of #2258

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants