fahim-tazz / pe

0 stars 0 forks source link

Shrinking window size causes right-side UI elements to truncate information #1

Open fahim-tazz opened 1 year ago

fahim-tazz commented 1 year ago

On resizing the width of the window, all text on the UI elements on the right hand side are truncated.

image.png

Suggestion: Restrict minimum size, or use JavaFX elements that are not resizeable.

nus-pe-script commented 1 year ago

Team's Response

This is a deliberate behaviour as we intended for the UI to be able to be minimized such that it only shows the client list.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: I agree that the ability to minimize the UI to just show the client list is a good design choice. However, the current UI behaviour is still not polished enough to reject this issue.

A more polished approach would be the following:

As soon as the window width shrinks enough to cause truncation of the right side elements, the right side should just disappear. This is because based on your expected behaviour, the right side should either show an 'un-truncated', properly formatted text, or not show up at all (since the user wants to only show the client list). In other words, as soon as

Window Width < Min. Client List Width + Min. Policy List (right side elements) Width,

the right side policy list should just disappear, instead of should truncated text Alex....