quickMockup
quickMockup copied to clipboard
Cloning Window element is broken
Is
- Cloning a window element just breaks everything .. like in this screenshot
- Assigned children inside the container are not cloned
Should
- Cloning a window element should just create another proper window element as expected.. looking like the following
- Assigned children inside the container should be cloned too
Notes
-
selectedFigure.clone()does not seem to work just out-of-the-box when cloning a figure that have "real" children (that is Figure children in draw2d definition) such as the "Window" label that is inside a window figure
another related question I had when testing this: should cloning a Container element also clone its "children"
Yes – this is what I would expect there and what typical graphics applications do, too.
another related question I had when testing this: should cloning a Container element also clone its "children"
Yes – this is what I would expect there and what typical graphics applications do, too.
Updated description with that