bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bugs #9609] unnecessary calls to tableView:setObjectValue:forTableColum


From: matt rice
Subject: [bugs #9609] unnecessary calls to tableView:setObjectValue:forTableColumn:row;
Date: Sun, 12 Sep 2004 13:18:00 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040809 Firefox/0.9.3

This mail is an automated notification from the bugs tracker
 of the project: GNUstep.

/**************************************************************************/
[bugs #9609] Latest Modifications:

Changes by: 
                matt rice <ratmice@yahoo.com>
'Date: 
                Sun 09/12/2004 at 17:12 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Fixed in cvs.






/**************************************************************************/
[bugs #9609] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9609>
Project: GNUstep
Submitted by: Rob Burns
On: Sat 07/10/2004 at 22:31

Category:  Gui/AppKit
Severity:  5 - Average
Item Group:  Bug
Resolution:  Fixed
Privacy:  Public
Assigned to:  None
Status:  Closed


Summary:  unnecessary calls to tableView:setObjectValue:forTableColumn:row; 

Original Submission:  If an NSTableViewColumn is set to editable, each time the 
selection in the NSTableView changes, 
tableView:setObjectValue:forTableColumn:row: is called. This happens if a cell 
was being edited or not.

a test can be found here:

http://www.eskimo.com/~pburns/rob/misc/Testing-20040710.tar.gz

1) select NSTableView-Selection
2) click on various rows in the NSTableView, causing the selection to change.

An example of why this doesn't seem right to me: In my app, the data in the 
NStableView is the document being edited. whenever setObjectValue is called. 
the data is changed and the Document is marked as edited. this currently 
happens whenever the selection changes.

Follow-up Comments
------------------


-------------------------------------------------------
Date: Sun 09/12/2004 at 17:12       By: matt rice <ratmice>
Fixed in cvs.

-------------------------------------------------------
Date: Sun 07/11/2004 at 00:11       By: matt rice <ratmice>
the hack NSTableView.misc.diff I sent yesterday (july 9 2004) should fix this..
the subject being "NSTableView/NSCell/NSScrollView stuff"












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=9609>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]