Re: NSTableView copies cells - bug or feature?
Re: NSTableView copies cells - bug or feature?
- Subject: Re: NSTableView copies cells - bug or feature?
- From: Ryan Dingman <email@hidden>
- Date: Thu, 6 Jun 2002 15:10:04 -0700
NSTableView is copying the cell in response to a mouse click and not a key press because NSTableView needs to give the cell a chance track the mouse (there is no key press tracking ;). I'm not sure _why_ NSTableView thinks that it needs to copy the cell for mouse tracking. I suppose that it is making some change to the cell that it doesn't want to make to the shared cell in the NSTableColumn. But, this is why the difference exists.
ryan
On Thursday, June 6, 2002, at 03:02 PM, Brian Webster wrote:
OK, that documentation is pretty clear, but I still think it's odd that the table would only copy my cell in response to a mouse click and not an arrow key. I think I'll at least file a bug on that, and if the copying isn't a bug, then it should probably be documented that NSTableColumn might make copies of its data cell.
On Thursday, June 6, 2002, at 03:43 PM, Ryan Dingman wrote:
So, it is documented in a sense, it is just rather vague about it. If you file a bug it should probably be against the documentation rather than the code.
Hope this helps.
ryan
--
Brian Webster
email@hidden
http://homepage.mac.com/bwebster
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.