YuvBindal / pe

0 stars 0 forks source link

Text Overflow on Edit Phone Number #6

Open YuvBindal opened 4 months ago

YuvBindal commented 4 months ago

As can be seen below, when a user inputs a phone number that is too long, it causes an overflow in the UI for the phone number and hence the user will not be able to see the whole number.

Screenshot 2024-04-19 at 4.44.18 PM.png

This error can simply be fixed by limiting the number of valid numbers a user can enter in the phone prefix

nus-pe-bot commented 4 months ago

Team's Response

image.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: I believe the team might have missed the reasoning for this bug. This bug was mentioned to not just show that the application can NOT handle extreme cases but also it allows for extreme cases to occur. The phone field should not allow more than 8-10 numeric characters in the phone field as any number after that is instantly invalid. The allowance of such a behaviour showcases a bug in the application.