Closed
Bug 341661
Opened 19 years ago
Closed 19 years ago
change label column to tags column in thread pane
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Bienvenu, Assigned: Bienvenu)
References
Details
(Keywords: fixed1.8.1, verified1.8.1.3)
Attachments
(2 files, 2 obsolete files)
|
54.75 KB,
patch
|
moco
:
superreview+
|
Details | Diff | Splinter Review |
|
7.26 KB,
patch
|
mnyromyr
:
review+
mnyromyr
:
superreview+
|
Details | Diff | Splinter Review |
We're currently displaying tags in the label column, but we really want to make it a full-fledged tags column in its own right, with sorting and grouping.
| Assignee | ||
Comment 1•19 years ago
|
||
Also contains changes for Seamonkey...
Attachment #225748 -
Flags: superreview?(sspitzer)
Comment 2•19 years ago
|
||
Comment on attachment 225748 [details] [diff] [review]
proposed fix
sr=sspitzer, acting mailnews superreviewer while mscott is away
Attachment #225748 -
Flags: superreview?(sspitzer) → superreview+
| Assignee | ||
Comment 3•19 years ago
|
||
Attachment #225777 -
Flags: superreview?(neil)
| Assignee | ||
Comment 4•19 years ago
|
||
Attachment #225777 -
Attachment is obsolete: true
Attachment #225786 -
Flags: superreview?(neil)
Attachment #225777 -
Flags: superreview?(neil)
| Assignee | ||
Comment 5•19 years ago
|
||
Karsten, can you deal with the Seamonkey changes I just attached here? thx!
Comment 6•19 years ago
|
||
Comment on attachment 225786 [details] [diff] [review]
cumulative seamonkey patch
>- <treecol id="tagCol" persist="hidden ordinal width" flex="1" hidden="true"
>+ <treecol id="tagsCol" persist="hidden ordinal width" flex="1" hidden="true"
> label="&tagColumn.label;" tooltiptext="&tagColumn.tooltip;"/>
Nit: ideally for consistency the entities would be called tagsColumn (and the line indented an extra six spaces, and the DTD changed too of course).
Attachment #225786 -
Flags: superreview?(neil) → superreview+
Comment 7•19 years ago
|
||
Comment on attachment 225786 [details] [diff] [review]
cumulative seamonkey patch
r=me with Neil's suggested changes
Attachment #225786 -
Flags: review+
Comment 8•19 years ago
|
||
Attachment #225786 -
Attachment is obsolete: true
Attachment #225868 -
Flags: superreview+
Attachment #225868 -
Flags: review+
Comment 9•19 years ago
|
||
With TB 3a1-0317, I see that the Tag column in the thread pane will list all
the tags (but crammed together with no spacing between). There should be at least a space (or something...) between.
A tooltip showing all the tags, and maybe even some display like "(multiple)" when there are too many tags to fit, would be a nice way to avoid having to resize the columns all the time. Also, it would be cool to display each tag name in the tag's color (altho, admittedly, possibly illegible).
I'll try to remember to open an RFE for these points.
| Assignee | ||
Comment 10•19 years ago
|
||
this is basically fixed on trunk and branch, except for Mike's last comments.
Comment 11•18 years ago
|
||
verified fixed 1.8.1.3 using Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.3) Gecko/20070326 Thunderbird/2.0.0.0 Mnenhy/0.7.5.0 ID:2007032620
Keywords: verified1.8.1.3
You need to log in
before you can comment on or make changes to this bug.
Description
•