You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?)
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:
Add it as hover/alt text
Make participants list clickable and show a popup with all the full names
Reveal when clicking on it
Have a checkbox to toggle truncation
Add a scroll bar
Screenshots
Desktop (please complete the following information):
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
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
addingtext-overflow: ellipsis
to names.To Reproduce
Steps to reproduce the behavior:
...
but there's no way to see the full nameExpected behavior
Full name should be viewable somehow. Possibilities:
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: