Re: abortEditing does not invoke delegate methods
objectwerks inc <chad+macosx-AU1NHruoRJaEK/[email protected]> Thu, 16 Sep 2010 21:52:15 -0600
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sep 16, 2010, at 4:32 PM, Christiaan Hofman wrote: > > On Sep 17, 2010, at 0:08, Nat! wrote: > >> >> Am 16.09.2010 um 14:33 schrieb Christiaan Hofman: >> >>> When I call -abortEditing on an NSTextField that's being edited, the delegate method controlTextDidEndEditing: is not called. That seems wrong, because the text field is ending it's editing session. >> >> Isn't it aborting it ? >> >> Ciao >> Nat! > > Isn't aborting implying ending? Actually I do not think so. I am not a Cocoa expert but the more I think about this, abort is abort, not ending.