Closed
Bug 53111
Opened 25 years ago
Closed 24 years ago
Mailing List needs a different icon in results tree
Categories
(SeaMonkey :: MailNews: Address Book & Contacts, defect, P3)
SeaMonkey
MailNews: Address Book & Contacts
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.8
People
(Reporter: skasinathan, Assigned: sspitzer)
References
Details
(Keywords: polish)
Attachments
(3 files)
|
44.54 KB,
image/gif
|
Details | |
|
54.22 KB,
image/jpeg
|
Details | |
|
98.79 KB,
patch
|
Details | Diff | Splinter Review |
Select a AB in the left pane. In the right pane, you will see the AB card and AB
lists are displayed in the same icon. Mailing lists needs a different icon.
Build and platform:
Today's commercial build on all platforms.
Changing QA Contact.
fyi: There is a similar kinda bug - 26112. Not sure whether it is a same issue :)
QA Contact: esther → suresh
Updated•25 years ago
|
Assignee: putterman → hewitt
Comment 2•25 years ago
|
||
reassigning to hewitt. I think Joe had mentioned turning these back on and the
possibility of new icons.
Comment 3•25 years ago
|
||
We do indeed have distinct icons in hand for mailing lists on both modern and
classic.
Status: NEW → ASSIGNED
Comment 6•24 years ago
|
||
Mass reassigning some of my theme bugs to Shuehan.
Assignee: hewitt → shliang
Status: ASSIGNED → NEW
| Assignee | ||
Comment 7•24 years ago
|
||
I've got the fix for this in my tree. it's not a CSS issue.
I'll attach a screen shot.
Assignee: shliang → sspitzer
Status: ASSIGNED → NEW
| Assignee | ||
Comment 8•24 years ago
|
||
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Summary: Mailing List needs a different icon → Mailing List needs a different icon in results tree
Target Milestone: Future → mozilla0.9.6
| Assignee | ||
Comment 9•24 years ago
|
||
patch coming, it will include this fix, and a fix for #105835, and some
performance / cleanup changes.
| Assignee | ||
Comment 10•24 years ago
|
||
Updated•24 years ago
|
Comment 11•24 years ago
|
||
Comment on attachment 55283 [details] [diff] [review]
initial patch, include fix for #105835, clean up, performance fixes.
>+treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {
>+ visibility: hidden;
>+}
>+
Is this hack still valid? We use outliners everywhere,
so I doubt it is.
>+ if (name.Length() > 0) {
>+ rv = createNode(name.get(), target);
Use if(!name.IsEmpty()) instead.
There are a bunch of tabs being added also...
Really nice cleanup.
| Assignee | ||
Comment 12•24 years ago
|
||
pushing this off.
this fix will have to be redone, since we're switching to outliner.
>+treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty
{
>+ visibility: hidden;
>+}
>+
yes, it's needed for classic and modern. there are trees in both products,
account manager tree, pref tree, etc.
Target Milestone: mozilla0.9.6 → mozilla0.9.9
| Assignee | ||
Comment 13•24 years ago
|
||
fixed for both modern and classic as part of AB_OUTLINER_BRANCH landing.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Target Milestone: mozilla0.9.9 → mozilla0.9.8
Comment 14•24 years ago
|
||
Trunk build 2002-01-28-03: WinMe
Trunk build 2002-01-28-08: Linux RH 7.1
Trunk build 2002-01-28-08: Mac 10.1
Verified Fixed, using Modern and Classic.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•