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

IE11 Intellisense broken #1110

Closed
sbuchok opened this issue Oct 12, 2018 · 2 comments
Closed

IE11 Intellisense broken #1110

sbuchok opened this issue Oct 12, 2018 · 2 comments

Comments

@sbuchok
Copy link

sbuchok commented Oct 12, 2018

Using IE11 goto https://microsoft.github.io/monaco-editor/
In the example go to line 7
Press ctrl + space
Loading... comes up then nothing

This is not the same issue as #96

There is an error in the dev tool bar:

SCRIPT5007: Unable to get property 'length' of undefined or null reference
completionModel.ts (154,9)
SCRIPT5022: Unable to get property 'length' of undefined or null reference

TypeError: Unable to get property 'length' of undefined or null reference
at e.prototype._createCachedState (https://microsoft.github.io/monaco-editor/node_modules/monaco-editor/min/vs/editor/editor.main.js:795:733)
at e.prototype._ensureCachedState (https://microsoft.github.io/monaco-editor/node_modules/monaco-editor/min/vs/editor/editor.main.js:795:436)
at items.get (https://microsoft.github.io/monaco-editor/node_modules/monaco-editor/min/vs/editor/editor.main.js:794:777)
at e.prototype._onNewContext (https://microsoft.github.io/monaco-editor/node_modules/monaco-editor/min/vs/editor/editor.main.js:1282:966)
at Anonymous function (https://microsoft.github.io/monaco-editor/node_modules/monaco-editor/min/vs/editor/editor.main.js:1282:308)
at t (https://microsoft.github.io/monaco-editor/node_modules/monaco-editor/min/vs/editor/editor.main.js:210:605)
at g (https://microsoft.github.io/monaco-editor/node_modules/monaco-editor/min/vs/editor/editor.main.js:119:180)
at P.enter (https://microsoft.github.io/monaco-editor/node_modules/monaco-editor/min/vs/editor/editor.main.js:122:536)
at _run (https://microsoft.github.io/monaco-editor/node_modules/monaco-editor/min/vs/editor/editor.main.js:124:387)
at _completed (https://microsoft.github.io/monaco-editor/node_modules/monaco-editor/min/vs/editor/editor.main.js:123:847)
errors.ts (75,6)

Pretty sure I'm using latest IE11
Version: 11.345.17134.0

@sbuchok
Copy link
Author

sbuchok commented Oct 12, 2018

Sorry, should also say, at the time of this ticket, the demo site seems to be using 0.14.3

@sbuchok
Copy link
Author

sbuchok commented Oct 12, 2018

Sorry, duplicate of #1004

@sbuchok sbuchok closed this as completed Oct 12, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant