JacobeanRnD / SCHVIZ

SCXML Visualization
Apache License 2.0
6 stars 1 forks source link

z-index ordering breaks when creating new parent states #69

Closed jbeard4 closed 9 years ago

jbeard4 commented 9 years ago

Consider the attached image:

screenshot 2015-03-25 10 07 16

The parallel state is overlayed on top of the substates, which is why they appear slightly gray. This occurs after <parallel> is added to the document to wrap the substates.

z-index order should be preserved to reflect the hierarchy in the SCXML document.