Page 1 of 1

Move Up/Down in tasks doesn't always work right

Posted: Wed Feb 07, 2007 8:44 am
by dlmorgan999
This is a long standing bug that I never logged. It's reproducible every time for me. Here are the steps to reproduce:

1. Create a task
2. Add an action
3. Add a comment
4. Add another action

So the current order of items is action1, comment, action2

5. Try to move the second action up one

Now I would expect the order to be action1, action2, comment but in reality it ends up as action2, comment, action1. The only apparent way to get it to work as desired is to move the comment instead of moving the action.

-- Dave