benrhughes / todotxt.net

An implementation of todo.txt for Windows using the .NET framework
http://benrhughes.github.io/todotxt.net/
Other
500 stars 123 forks source link

First item is selected repeatedly #241

Closed chipbite closed 9 years ago

chipbite commented 9 years ago

Hello,

After completing an item, sets focus to first item. After moving selection, sets focus to first again.

Repro: Create todo, add a dozen tasks, say. Navigate to milddle task. Complete. Expected result: Task is marked completed, selection is unchanged. Actual: Task is marked completed, selection is changed to first item.

Continuing: Create todo, add a dozen tasks, say. Navigate to milddle task. Complete. (First item is selected) Now immediately press downarrow to navigate downward to the task you just completed. Expected result: Selection is moved downward Actual: Selection moves downward then is changed to first item. (This behavior stops "after a while")

This is likely related to #239 .

Sorry that this is happening, @mjdescy and @benrhughes the navigation features are really great.

mjdescy commented 9 years ago

I think this is a duplicate of Issue #239.

I am having trouble reproducing the bug on my Windows 7 machine. What version of Windows are you running? Are you able to reproduce the bug every time, or inconsistently? Also, do you have automatic archive of completed tasks turned on or pretended task creation dates?

chipbite commented 9 years ago

Hi! Consistent for me, will try reboot and see if it makes a difference... :-/ Using win7 as well. Automatic archive off, not sure what you mean by pretended task creation dates?

mjdescy commented 9 years ago

I think that this bug may be related to having the "Automatically refresh task list from file" option on, but only if that option is on from the start. Do you have that option turned on?

chipbite commented 9 years ago

Yes, good catch, that is always on for me and it definitely sounds like it could be the culprit. On 4 Nov 2014 14:27, "Michael Descy" notifications@github.com wrote:

I think that this bug may be related to having the "Automatically refresh task list from file" option on, but only if that option is on from the start. Do you have that option turned on?

— Reply to this email directly or view it on GitHub https://github.com/benrhughes/todotxt.net/issues/241#issuecomment-61638747 .

mjdescy commented 9 years ago

I am closing this issue because it is a duplicate of Issue #239. Please move any further discussion of this issue to Issue #239.