Opened 14 years ago
Closed 14 years ago
#6659 closed bug (fixed)
Tracker does not enlarge/shrink the date column anymore
Reported by: | axeld | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Tracker | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Since Tracker is using the locale kit for its "Modified" and similar columns, the contents of the field are no longer changed to fit the size of the field best (by making it more detailed the more space there is).
Change History (5)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Yes, the locale kit API doesn't provide all the default formats from ICU. There are 4 and we only expose two (through bool longFormat). It would be possible to allow access to the 4 different default formats.
comment:3 by , 14 years ago
One simple fix would be to add only a short date view without time as the small version; at least I don't know how the other ICU versions relate to the currently used ones (I would expect they are intermediate ones?).
I just noticed that there are still two different versions, it's just not really useful this way (ie. there should be a lot more, smaller, and intermediate versions).