Pinran-J / pe

0 stars 0 forks source link

UI bug when long remark added to student and window resized to small. #2

Open Pinran-J opened 1 year ago

Pinran-J commented 1 year ago

Description:

remark command allows remarks to be added to each students

Bug found:

When a very long remark has been added to a student, and the size of the window is resized, there are bugs with the ui not displaying the student list correctly. (Student list only shows some students, while other students are hidden).

This might cause the list to appear smaller than it actually is as some students are hidden and only pop up after scrolling.

Screenshot:

List when a long remark has been added to a student and window resized :

image.png

List after scrolling a small amount : (Elements of the list slowly pop up)

image.png

nus-pe-script commented 1 year ago

Team's Response

image.png

We recreated the issue to test. This issue was caused due to the JavaFX component not rendering properly when the window size is small. Simply resizing the window and scrolling down the list will enable the other students to be visible again. Since this is classified as a cosmetic issue, we decided to give this a VeryLow severity.

Scrolling while keeping the same window size:

image.png

Resizing the window:

image.png

Items for the Tester to Verify

:question: Issue severity

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

Reason for disagreement: [replace this with your explanation]