Re: Determining why outline view column editing cancels for no apparent reason

2008-03-09 Thread Doug Knowles
Blindingly obvious, now that I've seen the light. Found the problem. Thanks, Nick, for taking the moment to help me out. Doug K; On Sun, Mar 9, 2008 at 1:15 PM, Nick Zitzmann <[EMAIL PROTECTED]> wrote: > > On Mar 9, 2008, at 10:12 AM, Doug Knowles wrote: > > > I'd like to set a breakpoint on th

Re: Determining why outline view column editing cancels for no apparent reason

2008-03-09 Thread Nick Zitzmann
On Mar 9, 2008, at 10:12 AM, Doug Knowles wrote: I'd like to set a breakpoint on the outline view or the field to see what's causing the cancellation, but I can't find a good candidate. Any debugging suggestions? I'd suggest trying -resignFirstResponder on NSTextView and its superclasse

Determining why outline view column editing cancels for no apparent reason

2008-03-09 Thread Doug Knowles
I have an outline view in which I initiate editing of a particular column value when a new item is inserted into the outline. Recently (perhaps with the upgrade to Leopard), I've started seeing the behavior where the text field abruptly cancels the edit and discards the changes, for no apparent rea