Profile page UI glitches when saving a very long education name string #154
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, under the Education and Certificate section, entering a very long
string as the education name causes UI glitches when saving the information. This issue impacts the visual layout and usability of the profile page.
Current URL:
https://profiles.topcoder.com/swap12875
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.