Profile Experience Tab: UI glitches when entering long text in Role and Company Name fields #153
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:
When entering a long text string in the "Role" and "Company Name" fields under the Experience tab in the Profile section, the input is accepted but causes UI glitches on the page. This negatively impacts the visual layout and usability.
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
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.