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

Bug: Unreasonable Text Truncation #1585

Closed
burdiyan opened this issue Jan 12, 2024 · 1 comment
Closed

Bug: Unreasonable Text Truncation #1585

burdiyan opened this issue Jan 12, 2024 · 1 comment
Assignees
Labels
type: bug Something isn't working

Comments

@burdiyan
Copy link
Collaborator

Problem

Often times our app UI truncates some text, while there's way more than enough space to fit it.

Screenshot 2024-01-12 at 13 41 26

Expected Behavior

  1. Only truncate the text if it competes with something else for space. Isn't this something that responsive UI preachers have been solving since the early years of Bootstrap forever ago? I might be too ignorant though :)
  2. ABSOLUTELY ALL the text that ends up being truncated should have a way to reveal the entire thing. Be it an animation that expands the text on mouse hover, or a tooltip that's shown on hover. Something. I can't stress enough how important I think it is for usability.

Debug Info

Release: 2024.1.1

@horacioh
Copy link
Collaborator

I believe this was fixed. @ericvicenti can you confirm?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants