Closed
Bug 261913
Opened 21 years ago
Closed 21 years ago
Buddy icons not shown in message pane nor address book
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird0.9
People
(Reporter: mozilla-bugzilla, Assigned: mscott)
Details
Attachments
(2 files)
|
799 bytes,
patch
|
mscott
:
review+
|
Details | Diff | Splinter Review |
|
677 bytes,
patch
|
mscott
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20040924 Firefox/0.10
Build Identifier: version 0.8 (20040927)
Mailnews/Thunderbird should display buddy icons as described in
http://www.mozilla.org/mailnews/arch/buddyicons.html, i.e. they should show up
in message view (headers expanded) and card view (addressbook).
Alas, nothing is shown.
Reproducible: Always
Steps to Reproduce:
1. Set up buddy icons (icons and addressbook card) as per
http://www.mozilla.org/mailnews/arch/buddyicons.html
2. Call up message view (expanded) or address card.
3.
Actual Results:
No buddy icons are visible. No visual difference to the case without buddy icons.
Expected Results:
Display buddy icons.
Bug appeared at least in TB 0.7.
It is present in MailNews as well, reported as bug #254564.
I tested on Linux, but since it's bug in the JavaScript frontend code platform
is "all".
The fix is a two-liner in JavaScript.
fix to msgHdrViewOverlay.js in messenger.jar!content/messenger
fix to abCardViewOverlay.js in messenger.jar!content/messenger/addressbook/
See also comment #1 to bug #254564 (same bug in mailnews), which describes the
XPCOM problem behind the bug and the solution proposed in the patch.
Attachment #160324 -
Flags: review?(mscott)
Attachment #160325 -
Flags: review?(mscott)
| Assignee | ||
Updated•21 years ago
|
Attachment #160324 -
Flags: review?(mscott) → review+
| Assignee | ||
Updated•21 years ago
|
Attachment #160325 -
Flags: review?(mscott) → review+
| Assignee | ||
Comment 4•21 years ago
|
||
thanks for the patches. Fix checked in branch and trunk.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird0.9
You need to log in
before you can comment on or make changes to this bug.
Description
•