multippt/cs2103aug12-w10-4s

No recovery from searches (/list has no candidate)

Closed this issue · 4 comments

What steps will reproduce the problem?
1. Enter a search string that causes some change in the visible list (i.e. 
either refines it, or returns no result)
2. Hit Enter
3. Try the /list command

What is the expected output? What do you see instead?
The original list should be displayed. This does not happen, since the list 
command has no candidate in TaskManager.
It seems the only way to get the original list back is by undoing the previous 
operations.

Please use labels and text to provide additional information.
Can we have a candidate in TaskManager that can be called by the list command?

Original issue reported on code.google.com by pshing...@gmail.com on 23 Oct 2012 at 3:40

Search is implemented at the UI level as a simple filter over the tasks list - 
no /list command should be needed. Still, this is abnormal behaviour and will 
be looked into.

Original comment by jchen...@gmail.com on 23 Oct 2012 at 3:56

Yep, this is a UI issue. The filter isn't being cleared when Enter is pressed - 
simple fix.

Original comment by jchen...@gmail.com on 23 Oct 2012 at 4:00

  • Added labels: Component-UI
/list and /search commands are deprecated as of current command format (you can 
remove them).

Original comment by ready...@gmail.com on 23 Oct 2012 at 5:18

Fixed on ui branch in rev 91b3e183b71f.

Original comment by jchen...@gmail.com on 23 Oct 2012 at 7:01

  • Changed state: Fixed