ElemeFE / ElemeFE/element-helper
HTMLElement.shadowRoot is deprecated.
- Dominant language
- JavaScript
- Stars
- 74
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
The contents of `atom-text-editor` elements are no longer encapsulated
within a shadow DOM boundary. Please, stop using `shadowRoot` and access
the editor contents directly instead.
```
HTMLElement.shadowRoot (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor-element.js:13:10)
BoxEdit.getElements (/Users/Leopardotto/.atom/packages/box-edit/lib/page.coffee:31:30)
BoxEdit.getPageDims (/Users/Leopardotto/.atom/packages/box-edit/lib/page.coffee:40:19)
BoxEdit.toggle (/Users/Leopardotto/.atom/packages/box-edit/lib/box-edit.coffee:40:12)
HTMLElement.subs.add.atom.commands.add.box-edit:toggle (/Users/Leopardotto/.atom/packages/box-edit/lib/box-edit.coffee:26:26)
CommandRegistry.handleCommandEvent (:11:349858)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.