lukevella / rallly

Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.
https://rallly.co
GNU Affero General Public License v3.0
3.64k stars 342 forks source link

Long names are not viewable #1007

Open jahschwa opened 9 months ago

jahschwa commented 9 months ago

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):

aman-webdev commented 8 months ago

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 commented 8 months ago

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