<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I added a dealloc to my DKDrawingDocument subclass, and a strange error appeared:<div><br></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; "><b>*** -[NSCFArray exitTemporaryTextEditingMode]: unrecognized selector sent to instance 0x15ed5c90</b></div><div><font class="Apple-style-span" face="Courier"><b><br></b></font></div><div>It pops up when I release my DKToolController subclass - in particular, it's when I close a drawing that has been read from disk. I worked around it by handling my controllers in a much better way, and thus avoiding the need to release them in a dealloc, but I thought I'd post the error anyway, as it doesn't seem like it should be possible for this selector to be sent to a NSCFArray (should only be sent to controllers, from what I can tell).</div><div><br></div><div>J.</div></div></body></html>