sitn / crdppf_core

Core / generic parts of the CRDPPF project
GNU General Public License v3.0
1 stars 3 forks source link

Legend panel disappears #57

Closed kalbermattenm closed 9 years ago

kalbermattenm commented 9 years ago

Sometime the legend panel overrides the featuretree panel.

This must have something to do with missing js variable declaration...

monodo commented 9 years ago

This issue should now be solved.

The featureTree's panel is now created during UI initialization. The featureTree now belongs to the FeaturePanel object that is instantiated here

Does that looks ok to you, @kalbermattenm ?

kalbermattenm commented 9 years ago

I'll leave this to @voisardf, as he originally created this issue (thus he might be the best person to reproduce it...)

voisardf commented 9 years ago

Problem is, occurences seem to be random and there is no recipe to reproduce it. Jura has discoverd the issue, I also have seen it. But I hope it's solved by your refactoring. We'll see.