SingleValue option to not elide long values
Bug #1366010 reported by
Jonas G. Drange
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-ui-toolkit (Ubuntu) |
Triaged
|
High
|
Unassigned |
Bug Description
Some values used ListItem.
Consider a SingleValue element with the following text and values:
SingleValue {
text: "Ubuntu build id"
value: "ubuntu-
}
On a smaller device, this could render as [Ubuntu build id ubuntu-14…] and be meaningless.
Differences between locales could also make "Ubuntu build id" long, thus truncating that as well, making the whole element unintelligible.
Changed in ubuntu-ui-toolkit (Ubuntu): | |
importance: | Undecided → High |
status: | New → Triaged |
no longer affects: | ubuntu-ui-toolkit |
To post a comment you must log in.
There is a small problem on not eliding: wrapping them into two-lines may need different spacing as the second line will be clipped or worst, it will overdraw the divider.