alvinlim277 / pe

0 stars 0 forks source link

Insufficient space to display command feedback #5

Open alvinlim277 opened 10 months ago

alvinlim277 commented 10 months ago

Especially in the case of error messages that instruct the user on command usage/syntax, the command output box is a bit too short to display all the information.

image.png

For instance here in for the second usage of delete the explanation is 4 lines but the command output box only displays 3 lines of the error message at once.

soc-pe-bot commented 10 months ago

Team's Response

When you key in delete 0, the error message contains 7 lines. Currently, the user can scroll to read the full error message.

A possible fix for this is to let the error message box to be expandable. However, this adds very little enhancement to our user experience.

Note that we should not let the error message box height to always fit the content. This means that long error messages may take up an unnecessary portion of the screen.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: [replace this with your explanation]