major
nice-to-have
defect
major
defect
(User-visible)
minor
#23324
Truncated texts in person and company admin tables are not added when columns are manually widened
For example, in the table
Administration > Departmental Administration > Company
text that is too long is truncated with …, even if the column is widened.
1) In this case, this is because the EditCompanyContacts_shared.xml file explicitly specifies
maxLength="27" startPos="24"
are explicitly required.
2) Users perceive this truncation as a bug; see Related Issues.
3) Excessively long text in the column headers is dynamically truncated and restored when the width is adjusted manually.
Therefore, it would be nice if the column contents were also truncated dynamically rather than at a hard-coded limit.
Test
- In the relevant view, enter a company with a correspondingly long name.