This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**************************************************************************/
[bugs #9609] Latest Modifications:
Changes by:
matt rice <[EMAIL PROTECTED]>
'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/
_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-gnustep