nus-cs2103-AY2223S2 / forum

12 stars 0 forks source link

UI Truncation #322

Closed eugenetangkj closed 1 year ago

eugenetangkj commented 1 year ago

Hello! Sorry, I would like to ask another question regarding the feature freeze. Currently, we have a field called CompanyName which we specify the limit to be 50 characters.

However, on devices of smaller sizes (e.g. 14 inch laptop), inputing a value of 50 characters leads to the value to be truncated on our UI, and cannot be shown fully even when the window is maximised.

image

May I check if we are allowed to fix the truncation issue? This is because inputing a value of 50 characters is within the specifications of our product, and instead of changing the limit of 50 characters (which is more of a feature change), we feel that fixing the overflow issue is more closely-related to a bug fix.

Thank you!

damithc commented 1 year ago

@eugenetangkj You can fix it if it fits the description of a bug given below

image

eugenetangkj commented 1 year ago

Alright, thanks prof for the answer!