Open roultitude opened 1 year ago
No details provided by team.
[The team marked this bug as a duplicate of the following bug]
UI text overflow
Input: Very large inputs
Actual output: As shown in the image above, the text overflows from the UI if the name or details are extremely long.
Expected output: Perhaps an ellipsis at the end "..." to show it overflows, and provide a way to see the whole name. Alternatively, have a restriction on the length of the name and other inputs.
[original: nus-cs2103-AY2223S2/pe-interim#3515] [original labels: severity.Low type.FeatureFlaw]
[This is the team's response to the above 'original' bug]
No details provided by team.
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: Flagged as duplicate of a bug report that is about the contact UI being unable to handle overflow. This bug is about the meeting UI, which is separate (i.e. fixing that bug may not fix this bug as they are different UI objects and controlled by different fxml/java files).
If the number of characters total for all attendee's names exceed the length of the meeting UI box, their names are cut off instead of wrapping. This results in an issue of cut off names if there are many attendees assigned to a single meeting, or if the attendee names are long.
Below is an example with 2 attendees: Irfan Ibrahim and David Lee are assigned to Meeting 3 in that order. As you can see, David Lee is completely not visible in the UI.