On 18-09-15 16:50, Henrik Nergaard wrote:
I looked into the bug a bit and found something strange....
| m m2 |
m := ColorPanel open. m2 := m submorphs third copy. m = m2 panel. "prints false; the panel is duplicated "
Yes, that is a bug, that should stay the same.
add this method to DragWelL:
veryDeepInner: deepCopier super veryDeepInner: deepCopier
That seems to work.
Another observation is that after all the text is lost, if you have a Playground that is effected and try to do something like: (ColorPanel allInstances size.) it raises an error 'MessageNotUnderstood: receiver of "style:" is nil' from "a GLMMorphicPharoPlaygroundRenderer actOnHighlightAndEvaluate: ann"
Yes. All editors break. That is independent of the ColorPanel, I've verified with the cloning of cards. I just don't know how I can safely copy a Rubric editor morph. Either directly, or through its textModel. Stephan