Status: New
Owner: ----
Labels: Milestone-1.3 Type-Bug
New issue 5204 by
[hidden email]: Workspace, Create textual
references to dropped morphs doesn't work because of the morph's name
returned by externalName
http://code.google.com/p/pharo/issues/detail?id=5204"Create textual references to dropped morphs" in a workspace doesn't work.
I think the problem is, that the
externalName of a Morph in Pharo is something like: 'a Morph(82051072)'
whereas
externalName of a Morph in Squeak was 'Morph' and
'a Morph(82051072)' doesn't work as part of a variable Name.
So in Workspace>>acceptDroppingMorph: dropee event: evt inMorph:
targetMorph there should perhaps be found another way to create a variable
name for the dropped morph.
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker