bugGNUstep - Bugs: bug #15316, NSTableView...

Group
 
 

bug #15316: NSTableView NSInvalidArugmentException on click

Submitter:  Rob Burns <rburns>
Submitted:  Thu 29 Dec 2005 05:21:57 PM UTC
   
 
Category:  Gui/AppKit Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 31 Dec 2005 01:55:59 PM UTC, comment #1: 

fixed in cvs, the exception was actually coming from the data source when setObjectValue: was called because ![nil isEqual:nil] is 1. so setObjectValue: was being called even though the object had not changed.

matt rice <ratmice>
Group Member
Thu 29 Dec 2005 05:21:57 PM UTC, original submission:  

With current cvs, When clicking on an empty NSTableView cell, this error is given:

NSInvalidArgumentException: Tried to add nil value for key 'value' to dictionary

If I revert NSTableView.m to this version:

version 1.116, Thu May 26 02:52:45 2005

I don't get the error.

can be reproduced in Poe

Rob Burns <rburns>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follows 1 latest change.

Date Changed by Updated Field Previous Value => Replaced by
2005-12-31 ratmice Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code