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

Long names are not viewable #1007

Open
jahschwa opened this issue Jan 29, 2024 · 2 comments
Open

Long names are not viewable #1007

jahschwa opened this issue Jan 29, 2024 · 2 comments

Comments

@jahschwa
Copy link

Describe the bug
Long names are hidden by ellipsis, but there's no way to see the full name other than inspecting the raw HTML. If there is please correct me : )

Behavior appears to be coming from .truncate adding text-overflow: ellipsis to names.

To Reproduce
Steps to reproduce the behavior:

  1. Use a very long name when answering a poll (I don't know the actual cutoff... I assume it's based on pixel length not character length, so let's just say 30 characters will probably always trigger it?)
  2. View the poll; the name will be truncated with ... but there's no way to see the full name

Expected behavior
Full name should be viewable somehow. Possibilities:

  1. Add it as hover/alt text
  2. Make participants list clickable and show a popup with all the full names
  3. Reveal when clicking on it
  4. Have a checkbox to toggle truncation
  5. Add a scroll bar

Screenshots
Screenshot from 2024-01-29 14-44-14

Desktop (please complete the following information):

  • OS: Ubuntu 20.04
  • Browser: Firefox 121.0.1
  • Version: (I don't know what this field wants) https://app.rallly.co
@aman-webdev
Copy link

Hi I also noticed this issue but in my case it doesnt truncate the name
image
name used to test :"This is a long name test and its working"

If its okay i can work on this issue

@aman-webdev
Copy link

Also i noticed that we can save even if the name field is empty... I am not sure if this is a bug or expected output, it would be great if anyone can confirm

crnnr added a commit to crnnr/rallly that referenced this issue Jul 1, 2024
fixed by removing truncation from username
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants