rdmenezes / doneyet

Automatically exported from code.google.com/p/doneyet
0 stars 0 forks source link

Given a large tree of tasks, deleting the child-most task when it's the only thing remaining clears the whole tree. #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a task tree:
- Test
 - Test
  - Test
   - TestA
   - TestB

2. Mark Test A completed.
3. Refilter to only in-progress and unstarted.
4. Delete Test B.  The whole tree disappears and the list ends up with the 
wrong item selected.

What is the expected output? What do you see instead?
The tree should remain.

Original issue reported on code.google.com by gtaub...@gmail.com on 7 Aug 2009 at 7:09