NSTableView editing problem [Was: Next stable release?]

2008-06-08 Thread Fred Kiefer
Matt Rice wrote: On Fri, Jun 6, 2008 at 12:32 PM, Fred Kiefer <[EMAIL PROTECTED]> wrote: Matt Rice wrote: I did notice an NSTableView bug though, and its reproducable afaict with any editable tableview if you edit a field after editing its row never set as needing display, you have to click a r

Re: NSTableView editing problem [Was: Next stable release?]

2008-06-08 Thread Fred Kiefer
I was completely wrong here. The problem is at a totally different place. Look at the code in NSTextFieldsCell that Nicola changed a few months ago: - (void) drawInteriorWithFrame: (NSRect)cellFrame inView: (NSView*)controlView { /* Do nothing if there is already a text editor doing the dr

Re: NSTableView editing problem [Was: Next stable release?]

2008-06-08 Thread Matt Rice
On Sun, Jun 8, 2008 at 10:57 AM, Fred Kiefer <[EMAIL PROTECTED]> wrote: > I was completely wrong here. The problem is at a totally different place. > Look at the code in NSTextFieldsCell that Nicola changed a few months ago: > Ahh, yes changing the below fixes it here i was confused because it is

Re: NSTableView editing problem [Was: Next stable release?]

2008-06-09 Thread Fred Kiefer
Matt Rice wrote: On Sun, Jun 8, 2008 at 10:57 AM, Fred Kiefer <[EMAIL PROTECTED]> wrote: I was completely wrong here. The problem is at a totally different place. Look at the code in NSTextFieldsCell that Nicola changed a few months ago: Ahh, yes changing the below fixes it here i was confuse