abortEditing does not invoke delegate methods
Christiaan Hofman <[email protected]> Thu, 16 Sep 2010 14:33:24 +0200
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
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. And I cannot find any special excpetions noted in the documentation of either of these methods. So is this an implementation bug or a documentation bug? thanks, Christiaan