eugenetyc / pe

0 stars 0 forks source link

Feat. Flaw: Reusing previous inputs does not clear typing field after latest saved input. #2

Open eugenetyc opened 4 years ago

eugenetyc commented 4 years ago

image.png

After typing 'cmd', 'hi', 'yes', the Reusing previous inputs feature does not clear the typing field in the command box if I press down after it shows yes. It would be much better for the user to show an empty command box rather than just leave it at the latest previous input.

nus-pe-bot commented 4 years ago

Team's Response

As mentioned in UG, the app 'keeps the history of previous inputs that was keyed in the command line.' So it only handles previous inputs, and there was no mention of clearing the input when the down key is pressed after the last input.

The main purpose of this feature is to give users convenience when they want to input a command they have typed previously, so it does not support clearing the command. If the user did not want to use a previous command, then they should type the desired command out, instead of pressing the up arrow key to access previous commands.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your reason]