Juicy / juicy-jsoneditor

Polymer Element that wraps josdejong/jsoneditor and adds two-way binding for edited JSON.
http://juicy.github.io/juicy-jsoneditor/
MIT License
42 stars 12 forks source link

/deep/ is removed from spec #7

Closed warpech closed 8 years ago

warpech commented 8 years ago

We should substitute the usage of /deep/ in the code, since it was removed from spec: https://groups.google.com/d/topic/polymer-dev/P4WgenEfiAY/discussion

warpech commented 8 years ago

Are there any consequences of removing /deep/?

tomalec commented 8 years ago

I don't think so. My change would narrow the search for focused elements, so the improved performance should be the consequence ;)

I's hard to check it in 100% as this feature was implemented to support reactions to changes made to child nodes of JSON tree which is currently not supported by Polymer + JSONeditor