JunoLab / atom-ink

IDE toolkit for Atom
MIT License
228 stars 40 forks source link

HTMLElement.rootElement is deprecated. #147

Closed AzamatB closed 6 years ago

AzamatB commented 6 years ago

The contents of atom-text-editor elements are no longer encapsulated within a shadow DOM boundary. Please, stop using rootElement and access the editor contents directly instead.

HTMLElement.rootElement (/Applications/Atom.app/Contents/Resources/app/src/text-editor-element.js:23:10)
Object.show (/Users/Azamat/.atom/packages/ink/lib/editor/overlay.coffee:6:35)
Object.highlight (/Users/Azamat/.atom/packages/ink/lib/editor/block.coffee:46:15)
Object.highlight (/Users/Azamat/.atom/packages/ink/lib/ink.coffee:76:26)
<unknown> (/Users/Azamat/.atom/packages/julia-client/lib/runtime/evaluation.coffee:48:21)
Array.map (native)
pfitzseb commented 6 years ago

Fixed on master.

minyoungrho commented 6 years ago

I have done Pkg.checkout("Atom"), and updated Atom to master. However, the depreciation warning sign has not gone away.