chingu-x / chingu-dashboard

https://chingu-dashboard.vercel.app
GNU General Public License v3.0
9 stars 2 forks source link

Issue with Display of Long Text in the Tech Stack Page #232

Closed roziii closed 12 hours ago

roziii commented 2 months ago

Describe the bug When entering a long text in one of the input fields (e.g., in the "cloud provider" sections) and saving it, the following issue was observed: The entered text with a large number of characters is displayed incorrectly on the page. This leads to a disorganized layout of graphical and textual elements. Specifically, parts of the text are displayed in a jumbled and overlapping manner, which significantly reduces the readability and usability of the page.

To Reproduce Bug Steps to reproduce the bug:

  1. Go to Tech Stack page
  2. Click on Add Teck stack
  3. Enter a large number of characters.
  4. See error

Expected behavior Set a limit for the number character counts allowed for each input field. implementing "word-wrap" or "text overflow" to better manage the display of long text in the UI. Ensure that the correct display of long text in this section is tested and verified to prevent the recurrence of this issue.

Screenshots error

Additional context Add any other context about the problem here.

--------------- End of User Report: DO NOT MODIFY ITEMS BELOW THIS LINE ---------------

GitHub Issue No. / ID

Team Task Here will be added Team declaration by Team Leads.

Development start date Date when dev team start fixing a bug

Development end date Date when dev team complete fixing a bug

BugFix Deploy Date Date when BugFix is deployed, and Bug Issue is closed

PO Comment Here will be PO team add a comment.

cherylli commented 2 months ago

duplicate: https://github.com/chingu-x/chingu-dashboard/issues/222

Dan-Y-Ko commented 2 months ago

I'm not able to replicate this. It handles overflow fine screenshot

jdmedlock commented 2 months ago

DO NOT MODIFY/DELETE THIS COMMENT Project task ID: 86b20v19a

JaneMoroz commented 2 months ago

@Dan-Y-Ko Maybe we should set a maximum length for the tech stack input and feature input as well?

Dan-Y-Ko commented 12 hours ago

duplicate of https://github.com/chingu-x/chingu-dashboard/issues/222