patternfly / patternfly-bootstrap-treeview

Tree View for Twitter Bootstrap -
http://jonmiles.github.io/bootstrap-treeview
Apache License 2.0
200 stars 105 forks source link

Deprecation] document.registerElement is deprecated and will be removed in M73, around March 2019. Please use window.customElements.define instead #97

Closed Thassya closed 5 years ago

Thassya commented 5 years ago

I get this message on my browser (Opera) and I did not find any document.registerElement on jstree.js.

jstree.js:7424 [Deprecation] document.registerElement is deprecated and will be removed in M73, around March 2019. Please use window.customElements.define instead. See https://www.chromestatus.com/features/4642138092470272 for more details.

jstree.js:7424

skateman commented 5 years ago

Hello @Thassya, thanks for your first issue. Unfortunately, I am not able to find the mentioned jstree.js in our codebase, is it possible that you're loading it from somewhere else? I need a little bit of more context about you problem to be able to help you.

Thassya commented 5 years ago

@skateman maybe a print would help http://prntscr.com/micg21

skateman commented 5 years ago

Well, not much :disappointed: I would like to see what's on the 7424th line in the jstree.js file and maybe a few lines before and after. But I'm afraid that the code is not from us, the registerElement causing the error is nowhere in our codebase.

Thassya commented 5 years ago

I am sorry @skateman I remove the jstree and that's ok! I will delete this issue