juicy-jsoneditor icon indicating copy to clipboard operation
juicy-jsoneditor copied to clipboard

Data model is not reacting to model changes

Open ghost opened this issue 8 years ago • 2 comments

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

ghost avatar Feb 15 '17 16:02 ghost

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)

tomalec avatar Feb 15 '17 16:02 tomalec

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?

warpech avatar Feb 15 '17 18:02 warpech