Does 10.1 fix NSOutlineView bugs?
Does 10.1 fix NSOutlineView bugs?
- Subject: Does 10.1 fix NSOutlineView bugs?
- From: Charles Srstka <email@hidden>
- Date: Wed, 3 Oct 2001 21:20:29 -0500
I don't have 10.1 yet, and I'm wondering if it fixes several bugs in
NSOutlineView.
1. Are command-right arrow and command-left arrow implemented for
expanding and collapsing items?
2. Does -collapseItem:rootItem collapseChildren:YES work? Because in
10.0.4, it only collapses the root item, and if you expand that item
again, you will find all its children are still expanded.
Thanks!