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

Data model is not reacting to model changes #12

Open ghost opened 7 years ago

ghost commented 7 years ago

Steps to reproduce

Add two jsoneditors on the same html page and connect them to the same date model. Change some values in one model and you will see that the other josonditor's model is not updated.

Live Demo

http://juicy.github.io/juicy-jsoneditor/

Screenshot

image

tomalec commented 7 years ago

Seems to be old, and recurring Polymer binding issue, please try to addEventListener for change and notify the other elements (apply given patches if needed)

warpech commented 7 years ago

So that's the same issue as https://github.com/Starcounter/starcounter-debug-aid/issues/38.

If I understand correctly, you suggest to solve it in starcounter-debug-aid?