[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bugs #9609] unnecessary calls to tableView:setObjectValue:forTableColum
From: |
Rob Burns |
Subject: |
[bugs #9609] unnecessary calls to tableView:setObjectValue:forTableColumn:row; |
Date: |
Sat, 10 Jul 2004 18:35:16 -0400 |
User-agent: |
Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/85.7 (KHTML, like Gecko) Safari/85.7 |
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/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bugs #9609] unnecessary calls to tableView:setObjectValue:forTableColumn:row;,
Rob Burns <=