shawn47 / oryx-editor

Automatically exported from code.google.com/p/oryx-editor
Other
0 stars 0 forks source link

Morphing of containers #406

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new bpmn process
2. Create an expanded SubProcess
3. Fill the SubProcess with some tasks and edges.
4. Morph the expanded SubProcess to a collapsed.

What is the expected output?
I guess all contained elements should disappear. It would be very cool if
they appear again, when the shape is morphed back to an expanded
SubProcess(especially for use cases like expand & collapse pools/subprocesses).

What do you see instead?
Sequence Flow didn't disappear, if I play around with left artifacts some
strange behavior happens. Wrong selection frames, uncontrollable shape
movement, some times and error raises and selection/deselection is not
longer possible.

Perhaps it must not be possible to morph a container into a non-container.
I couldn't test the behavior of morphing from one container into another
one. In this case all contained objects should stay.

Original issue reported on code.google.com by ole.ecke...@gmail.com on 30 Jun 2009 at 4:12

GoogleCodeExporter commented 9 years ago
I extended xForms stencilset and tested morphing from one container into 
another. All
contained elements disappear (no problems with connectors because there is none 
:) ).
That is definitively wrong behavior.

Original comment by ole.ecke...@gmail.com on 30 Jun 2009 at 5:08