This mail is an automated notification from the bugs tracker of the project: GNUstep.
/**************************************************************************/ [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: None Assigned to: None Status: Open 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. 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/ _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-gnustep
