nagyistoce / kronox

Automatically exported from code.google.com/p/kronox
GNU General Public License v3.0
0 stars 0 forks source link

Outline view sub-items get collapsed on fetch (Leopard 10.5.6) #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
After upgrading to 10.5.6, all items on level >= 2 in all task views get 
collapsed as soon as 
[tasksController fetch...] calls [super fetch..].

This occurs, e.g., when you start recording a task.

Original issue reported on code.google.com by peter.ljunglof@heatherleaf.se on 18 Dec 2008 at 8:29

GoogleCodeExporter commented 9 years ago
A bug in the Leopard upgrade?

Solved for now by calling [NSOutlineView expandItem:nil expandChildren:YES] 
directly after calling [super 
fetch...]

Also, disallow users to collapse items until the rest works.

Affected methods in TasksController: 
* fetch:
* fetchImmediately: 
* outlineView:shouldCollapseItem:

Original comment by peter.ljunglof@heatherleaf.se on 18 Dec 2008 at 8:34

GoogleCodeExporter commented 9 years ago
Affected method in KronoX:
* awakeFromNib

Original comment by peter.ljunglof@heatherleaf.se on 18 Dec 2008 at 8:48

GoogleCodeExporter commented 9 years ago
Issue #21 and issue #23 both depend on the fix for this issue.

Original comment by peter.ljunglof@heatherleaf.se on 9 Jan 2009 at 8:21

GoogleCodeExporter commented 9 years ago

Original comment by peter.ljunglof@heatherleaf.se on 14 Jan 2009 at 11:55

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 88e9ff90f412.

Original comment by peter.ljunglof@heatherleaf.se on 8 Apr 2012 at 11:50