Status: Accepted Owner: smagooe...@gmail.com New issue 3747 by smagooe...@gmail.com: ' 'Morph' asMorph openInworld' creates a Morph that can't be deleted using meta-click menu http://code.google.com/p/pharo/issues/detail?id=3747 This is a small issue but it makes for a messy workspace. I couldn't find any way to delete the morph that was created this way. Pharo image: Pharo-1.1.1-dev10.09.1.image Pharo core version: Pharo-1.1.1-- Latest update: #11414 Virtual machine used: Squeak-4.4.7.2357-linux_i386 Class browser used if applicable: OBSystemBrowserAdaptor Operating System: Ubuntu 10.04 Lucid Lynx Steps to reproduce: 1. Type 'Morph' asMorph openInWorld in a workspace. 2. Try to use meta-click to select the StringMorph that is created by above step, and delete it. On my machine this is shift-ctrl-left mouse button.