kennethk-1201 / pe

0 stars 0 forks source link

Overflowed input when adding drugs #3

Open kennethk-1201 opened 1 year ago

kennethk-1201 commented 1 year ago

Copy pasted the example command to add drugs

Screenshot 2023-04-14 at 2.39.59 PM.png

It's quite hard to see as a user, especially when it's a single line input and commands to add drugs are very long on the UI. This may be troublesome when the user wants to confirm the details of what he added before adding.

nus-se-script commented 1 year ago

[IMPORTANT!: Please do not edit or reply to this comment using the GitHub UI. You can respond to it using CATcher during the next phase of the PE]

Team's Response

Limitation of JavaFX GUI (does not allow multiline inputting). If user wishes to confirm the details, they are free to use the left and right arrow keys before pressing enter.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: Multiline inputting was supported since JavaFX 2.0:

https://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/TextArea.html