afroneth / pe

0 stars 0 forks source link

Flashcard panel has some text being cut off #4

Open afroneth opened 3 years ago

afroneth commented 3 years ago

Hi, I found a potential bug where long strings would be truncated in the flashcard panel.

I input in the following command:

"add fl flset:2 q:Konnichiwa a: I would like to test a long string. I would like to test a long string. I would like to test a long string. I would like to test a long string. I would like to test a long string. I would like to test a long string. I would like to test a long string. I would like to test a long string. I would like to test a long string. I would like to test a long string. I would like to test a long string. I would like to test a long string. I would like to test a long string. I would like to test a long string. I would like to test a long string. I would like to test a long string. I would like to test a long string. I would like to test a long string. I would like to test a long string. I would like to test a long string. I would like to test a long string. I would like to test a long string. I would like to test a long string. I would like to test a long string. I would like to test a long string. I would like to test a long string. I would like to test a long string. I would like to test a long string. I would like to test a long string. "

and the result is the following:

tested.PNG

As we can see, some sentences becomes truncated. For example, on line 1, the sentence becomes "I would li", then it wraps to "to test ..." on the next line. This means that the words "ke" from "like" has been truncated.

My rationale is that some answers could have longer than usual for the flashcard, and I was trying to test for long input strings.

nus-se-bot commented 3 years ago

Team's Response

Thanks for the bug report, our team believes that this is a cosmetic bug - the window is still scrollable to the side to see the full string.

Items for the Tester to Verify

:question: Issue severity

Team chose [severity.VeryLow] Originally [severity.Medium]

Reason for disagreement: I believe that the severity should be "Low" as this might affect normal operations/cause minor inconvenience in some cases where the user does not know that the window is actually scrollable to the side.

This is because there is no indication on the UI (eg. a sliding bar) that the window is scrollable. For instance, when I was testing the product, I did not know that the window was scrollable. Hence, it led me to think that my input was being truncated/erroneous.