-
Notifications
You must be signed in to change notification settings - Fork 712
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
Container view, detail panel, info table, ID & IMAGE ID fields contain truncated text as tooltip #1139
Comments
The ID was truncated in the backend after it was agreed that we show container IDs in the same format as Please reopen if new reasons exist why we should change this again. |
For completeness: imageID render issues will be handled in #1058 |
What was the basis of the decision to have the field truncated in the tooltip? And where was that decision recorded? I have searched the issues and PRs but cannot find it. #924 and #930, which introduced this, don't even mention the truncation, let alone the rationale.
Unless there is a very good reason, whenever we truncate information, the complete information should be contained in the tooltip. Btw, note that |
There was no decision. The backend provides one value per field. The frontend renders that value, the browser provides the ellipsis if there is not enough space. The tooltip shows the same field value, but is not shortened by the browser because there is no space restriction.
It's been decided in the last scop sync to remove the backend truncation. Then the full value will arrive in the frontend again: truncated in the field, full in the tooltip. |
Anyone know the commit/issue/pr where the truncation was introduced? |
See my comment above from a few months ago. |
Per #1059.
The truncated text is not indicated with '...' and the tooltip is truncated text rather than untruncated text.
Same applies to the image id field.
The text was updated successfully, but these errors were encountered: