catmaid / CATMAID

Collaborative Annotation Toolkit for Massive Amounts of Image Data
https://catmaid.org
GNU General Public License v3.0
186 stars 57 forks source link

After closing dendogram, can still get errors when adding nodes #988

Closed ceesem closed 9 years ago

ceesem commented 9 years ago

In particular, the following shows up three times in a catmaid error:

An error occured in CATMAID and the current action can't be completed. You can try to reload the widget or tool you just used. Show/hide detail Error: Uncaught TypeError: Cannot read property 'id' of undefined URL: http://neurocity.janelia.org/catmaidL3/static/js/widgets/neuron_dendrogram.js Line: 496 Column: 26 Stacktrace: TypeError: Cannot read property 'id' of undefined at highlightNodeAndChildren (http://neurocity.janelia.org/catmaidL3/static/js/widgets/neuron_dendrogram.js:496:26) at Object.NeuronDendrogram.highlightNode (http://neurocity.janelia.org/catmaidL3/static/js/widgets/neuron_dendrogram.js:502:3) at Object.NeuronDendrogram.selectNode (http://neurocity.janelia.org/catmaidL3/static/js/widgets/neuron_dendrogram.js:222:8) An error occured in CATMAID and the current action can't be completed. You can try to reload the widget or tool you just used.

tomka commented 9 years ago

Merging with #980, because the error after closing the widget was mentioned there as well.