Profile page UI glitches when updating name with very long string #116
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 page, when a user updates their name field with a very long string, it causes UI glitches such as overlapping elements and distorted layout, which negatively impacts usability and visual consistency.
Current URL:
https://profiles.topcoder.com/swap12875
Steps to reproduce:
Actual results:
Expected results:
Screenshots/Videos:
(File_Path - t
o be kept empty)
OS and Browser version:
Windows 11, Chrome 140.0.7339.186
VersionDetails:
Device:
Windows Laptop
Reproducibility:
5/5
Labels:
Chrome, UI, Windows
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.