Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Label Overflow in Project Selection Dropdown #50

Open
tomhaerter opened this issue Feb 3, 2024 · 0 comments · May be fixed by #54
Open

Label Overflow in Project Selection Dropdown #50

tomhaerter opened this issue Feb 3, 2024 · 0 comments · May be fixed by #54
Assignees
Labels
bug Something isn't working frontend

Comments

@tomhaerter
Copy link
Member

Description

There's a UI overflow issue occurring in the project selection dropdown menu. When multiple projects are selected, the labels extend beyond the edge of the dropdown container, resulting in text being cut off and not fully visible to the user. This affects readability and user experience, as it is not possible to read the full names of the selected projects.

Steps to Reproduce

  1. Create at least one project with a long name.
  2. Go to entries overview and create a new entry.
  3. Select multiple projects from the dropdown that have sufficiently long names to exceed the width of the dropdown menu.
  4. Observe that the project names are not fully contained within the dropdown and are overflowing.

Expected Behavior

The project labels should be contained within the boundaries of the dropdown menu, with options for users to view the full text. This could be implemented via text wrapping, a horizontal scrollbar, or text truncation with an ellipsis (...) indicating more text.

Actual Behavior

The project labels are overflowing the dropdown container, making it impossible to read the full names of the projects.

Suggested Fixes

  • Implement text wrapping for long project names within the dropdown.
  • Truncate the text with an ellipsis and provide a tooltip that displays the full project name on hover.

Screenshots

telegram-cloud-photo-size-2-5328234203357237146-y

@tomhaerter tomhaerter added frontend bug Something isn't working labels Feb 3, 2024
@benciks benciks self-assigned this Feb 3, 2024
@benciks benciks linked a pull request Feb 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants