jinyang628 / pe

0 stars 0 forks source link

Text overflow with long inputs #11

Open jinyang628 opened 12 months ago

jinyang628 commented 12 months ago

image.png

UI overflow when a very long name is entered. Purely cosmetic in most instances, but might affect the find operation in rare cases because it only matches with the FULL WORD

image.png

nus-pe-bot commented 12 months ago

Team's Response

No details provided by team.

The 'Original' Bug

[The team marked this bug as a duplicate of the following bug]

Text overflow in UI

Steps to reproduce:

  1. Add a long name under the addstaff command.

Behaviour: Name gets cut off when it got too long.

Explanation for flaw: A long name will be cut off at the end of the UI. Sure, expanding the application window could help reveal more characters, but there's a limit to the screen size and a name long enough will still be cut off eventually.

Low because rare occurence of absurdly long names. Functionality because I'm suppose to be able to see the details of each staff if I want to but this issue is limiting me from that, especially if that piece of information has too many characters.

Screenshot 2023-11-17 at 4.22.24 PM.png


[original: nus-cs2103-AY2324S1/pe-interim#1176] [original labels: severity.Low type.FunctionalityBug]

Their Response to the 'Original' Bug

[This is the team's response to the above 'original' bug]

image.png

Items for the Tester to Verify

:question: Issue duplicate status

Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)

Reason for disagreement: [replace this with your explanation]


## :question: Issue response Team chose [`response.NotInScope`] - [x] I disagree **Reason for disagreement:** The team appended a screenshot which demonstrates why the functionality bug is severity.VeryLow (which is what I indicated). This suggests that they concede to the bug report.