Profile About Me section accepts overly long description breaking UI #91
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description:
On the profile section, the "About Me" part allows entering a longer description without enforcing the maximum character limit. This results in accepting an excessively long string, which causes the UI to break upon saving the input.
Current URL:
https://profiles.topcoder.com/{tc_handle}
Steps to reproduce:
Actual results:
Expected results:
Screenshots/Videos:
OS and Browser version:
Windows 11, Chrome 140.0.7339.186
VersionDetails:
Device:
Windows Laptop
Reproducibility:
5/5 (reproducible every time)
Unlikely values: Tests involving extreme or unlikely values, such as entering gibberish or an exceptionally long string into a text field, are considered out of scope unless they introduce security vulnerabilities or cause a server crash.
@nithya160925 , With due respect, while this may seem like an “unlikely value” case, lack of field validation can lead to DB-side risks such as truncation, data inconsistency, or even performance issues. Hence, this is not merely cosmetic but a prime concern for both data integrity and user trust.
We have clearly stated in the Challenge Details page that testing with an exceptionally long string is not in scope for this bug hunt.