rasmusbergpalm / jslate

Write your dashboards in pure html/js
jslate.com
244 stars 54 forks source link

Multiple widgets seem to get confused #58

Open cjturner opened 10 years ago

cjturner commented 10 years ago

If I build a dashboard with a single widget on it, it works fine, and I can edit and change with no problem. As soon as I put more than one widget on, the system seems to get confused, as if ${wid} was not local to the 2nd and 3rd instances. In one sample, the data for the 3rd widget shows up in the 2nd, and the third is blank. Clicking "edit" on any of them brings up the correct, working widget and the code ... Using Apache 2.4.6(64bit)/PHP 5.5.3 on a win 2k8 server. Any hints where to look?

rasmusbergpalm commented 10 years ago

Hmm, sounds weird. You can always just assign a manual unqiue id to the divs you render into

boltex commented 8 years ago

This is exactly the same as issue #54