iVis-at-Bilkent / sbgnviz.js

A web based visualization tool for process description maps in SBGN
http://www.cs.bilkent.edu.tr/~ivis/SBGNViz_sample_app/
GNU Lesser General Public License v3.0
35 stars 14 forks source link

Error: Cannot Read Property 'strValue' from Cytoscape.js #147

Closed teheavy closed 8 years ago

teheavy commented 8 years ago

Hi there,

I'm recently incorprating a pathway module in a webapp, and I found this error: cytoscape.min.js?_=1466786018527:23 Uncaught TypeError: Cannot read property 'strValue' of undefined

I don't know if it is from cytoscape.js or sbgnviz.js.

Thanks! Fred

selimfirat commented 8 years ago

Did you run npm install from console? Also, can you please specify your browser with its version? And note that editor branch is the latest one.

metincansiper commented 8 years ago

Hi @teheavy, In #147, #148 and #149 I could not reproduce the problems. Please would you describe the steps you watched while producing the problem.

Which branch of SBGNViz.js and which version of Cytoscape.js (If you are not using the one already used in SBGNViz.js) are you using?

Probably you are using one of unstable or master branches. If you want having editing features you can use editor branch (which is the most up -to-date branch) and see if the problem remains.

Also, if you are using the master branch could you try to use unstable branch and see if the problem remains?

selimfirat commented 8 years ago

This issue was moved to iVis-at-Bilkent/chise.js#20