Opened 14 years ago
Closed 8 years ago
#1429 closed defect (fixed)
Home view object's long titles aren't formated like everywhere else
Reported by: | HoboPrimate | Owned by: | tomeu |
---|---|---|---|
Priority: | Normal | Milestone: | Unspecified |
Component: | Sugar | Version: | Git as of bugdate |
Severity: | Unspecified | Keywords: | |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | New |
Description
Start some activity and give it a long name.
See how in the Journal the title is shown. It will be something like:
Blahblahblahblahblahblahblah....bluhbluhbluh
Switch to the Home view, the title in the primary palette will be shown something like:
Blahblahblahblahblahblahblahblahblahblah...
In the first case the first and last parts of the title are shown separated by [...], while in the second case only the first part is shown and ends with the [...].
Change History (6)
comment:1 Changed 10 years ago by dnarvaez
- Bug Status changed from Unconfirmed to New
- Priority changed from Unspecified by Maintainer to Normal
comment:2 Changed 8 years ago by godiard
comment:3 Changed 8 years ago by goutamnair7
Hello, I am new here and I would like to work on this.
comment:4 Changed 8 years ago by goutamnair7
Hello, I am new here and would like to work on this.
comment:5 Changed 8 years ago by goutamnair7
I have made a PR for this defect. Please review it.
https://github.com/sugarlabs/sugar/pull/448
comment:6 Changed 8 years ago by godiard
- Resolution set to fixed
- Status changed from new to closed
We need use Pango.EllipsizeMode.END in the Journal
Ellipse in the middle don't provide meaningful text with short texts.