Bug 8147 - Important content in our tables can be hidden due to being too long
Summary: Important content in our tables can be hidden due to being too long
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Web Administration (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: LowPrio
Assignee: Bugzilla mail exporter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-04 13:22 CEST by Linn
Modified: 2023-05-09 13:10 CEST (History)
1 user (show)

See Also:
Acceptance Criteria:


Attachments

Description Linn cendio 2023-05-04 13:22:24 CEST
E.g. on the session page, both usernames and agent names can be quite long, so long that the assigned width of the column is not enough to properly show the data. If the name contains a long prefix, the important parts of the name will be hidden by out truncation. For example, agent names like these will be shown like below on the sessions page:

mythinlinccluster.agent1.example.com -> mythinlincclust...
mythinlinccluster.agent2.example.com -> mythinlincclust...

Currently, CSS can only truncate by hiding the end of the string. There is a W3C proposal for allowing different types of truncation:
https://www.w3.org/wiki/Text-overflow_middle_cropping

Another possibility is parsing the strings through javascript and which parts to hide in the truncation.

Note You need to log in before you can comment on or make changes to this bug.