Re: Reporting Bugs in Apple Sample Code (NSOutlineView, NSTreeController and Bindings)
Re: Reporting Bugs in Apple Sample Code (NSOutlineView, NSTreeController and Bindings)
- Subject: Re: Reporting Bugs in Apple Sample Code (NSOutlineView, NSTreeController and Bindings)
- From: Jonathan Dann <email@hidden>
- Date: Sat, 12 Jan 2008 20:43:52 +0000
Yes.
mmalc
You most certainly should. File away!
j o a r
Thanks to you both! I've filed my first bug!
Problem ID: 5685402
Just in case people read in this future the reverse enumerator bit in
the first post was wrong, that only applies when moving multiple nodes
one at a time in a tree view. The NSTreeController method -
moveNodes:toIndexPath should replace the code:
NSInteger i;
for (i = ([newNodes count] - 1); i >=0; i--)
{
[treeController moveNode:[newNodes objectAtIndex:i]
toIndexPath:indexPath];
}
in the -handleInternalDrops:withIndexPath:
Jonathan
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden