Closed
Bug 90368
Opened 24 years ago
Closed 23 years ago
[RFE] email address as tooltip in brief header display
Categories
(SeaMonkey :: MailNews: Message Display, enhancement)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bruppel1, Assigned: tseng_mike)
References
Details
Attachments
(2 files)
|
996 bytes,
patch
|
Details | Diff | Splinter Review | |
|
980 bytes,
patch
|
hwaara
:
review+
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.2+)
Gecko/20010710
BuildID: 2001071004
In the mailnews 3-pane, one can choose either brief or long (or is it
collapsed/expanded) when displaying an email. For me, long is almost never
useful and I could keep it collapsed 90% of the time except for A) attachments
and B) the sender's email address. (A) is a bit rough, but (B) shouldn't be too
tough (hence this bug is only for (B)).
Right now, only the person's name is displayed in brief mode. But it seems like
there is plenty of room to put their email address in there as well. This would
greatly improve the interface for me.
Reproducible: Always
Steps to Reproduce:
1.open mailnews
2.select a message
3.collapse the header of the message
Actual Results: sender's "name" is displayed, but not their email address.
Expected Results: display their email address next to their name (like in the
From field when the header is expanded). If this is objectionable, how about a
tooltip that displays the address?
Comment 1•24 years ago
|
||
Message header bugs goes to mscott, I think.
Assignee: sspitzer → mscott
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Include email address in brief (collapsed) email header → [RFE] Include email address in brief (collapsed) email header
| Reporter | ||
Comment 2•24 years ago
|
||
Question: could this be fixed with Gerv's patchmaker program? (I'm talking about
either the tooltip or displaying the email address.)
| Reporter | ||
Comment 3•24 years ago
|
||
Hi, I was able to give email addresses tooltips in the collapsed header state by
editing line 73 of msgHdrViewOverlay.xul. (part of messenger.jar) So far, I have:
<mail-emailaddress id="collapsedfromValue" flex="1" tooltip="aTooltip"
tooltiptext="¤tHeaderData[1].headerValue"/>
Problem is, I can't seem to pass the From header text to the tooltiptext. It's
probably just a matter of finding the right variable or format for the variable
(the current line crashes). If someone who knows a little more of the code
could put this in, we could gain a nice little feature.
Comment 4•24 years ago
|
||
adding jglick for opinions on this UI.
Cc'ing Marlon. Showing only the name (not email) in collapsed state was his
suggestion for saving real estate in this mode. What about showing the email
address in the status bar on hover?
| Reporter | ||
Comment 6•24 years ago
|
||
jglick: Using the status bar would be a great idea.
It was a good idea to save real estate, but there just isn't a way to get the
real email address from a message without expending your header. I was working
on a tooltip solution as a side project, but that would have been useless
without approval anyway :)
Ben, displaying the full email address in the statusbar on hover would be nice.
Or, if you wanna experiment with including the email address with the name in
the collapsed header, thats fine too. When the design of the collapsed header
was originally proposed, some alternate designs were proposed. You can see some
of them here:
http://www.mozilla.org/mailnews/specs/proposals/images/Open8.gif
The second item shows the collapsed header with the full email address. If you
prefer this route, we just need to be sure that the window truncates the header
information correctly (and adequate spacing between items remains) as the window
is made smaller.
*** Bug 132502 has been marked as a duplicate of this bug. ***
I personally think it's more approperate to show the email as a tooltip (patch
attached to Bug 132502). However I'll produce a patch for status bar to see how
it looks once I get home.
Comment 10•24 years ago
|
||
i concur with jen's comments, we originally wanted a compact set of information.
i think tooltips would complement that fine
| Assignee | ||
Comment 11•24 years ago
|
||
Tell you the truth, this looks annoying at best. I like the tooltip better, and
actually make sense since personal bookmark on navigator also show tooltip for
url. Statusbar only come into play for the websites. The patch also 'looks'
better with tooltip. I'll attach the tooltip patch after this and then we can
pick one.
| Assignee | ||
Comment 12•24 years ago
|
||
as promised
| Assignee | ||
Comment 13•24 years ago
|
||
Any decision made on whether to use tooltip or statusbar?
Comment 14•24 years ago
|
||
Tooltip instead of status bar info would be fine with me. Ben, what are your
thoughts?
| Reporter | ||
Comment 15•24 years ago
|
||
Tooltips all the way baby!
(err... that's a "yes")
| Assignee | ||
Comment 16•24 years ago
|
||
Okay, can a kind person help get this thing reviewed and stuff? I couldn't set
set the keywords for review.
Comment 17•24 years ago
|
||
*** Bug 79049 has been marked as a duplicate of this bug. ***
Updated•24 years ago
|
Summary: [RFE] Include email address in brief (collapsed) email header → [RFE] email address as tooltip in brief header display
Comment 18•23 years ago
|
||
Comment on attachment 75547 [details] [diff] [review]
Show email as tooltip
r=hwaara
Attachment #75547 -
Flags: review+
| Assignee | ||
Comment 19•23 years ago
|
||
Thank Håkan for the review, do we still need super review for the truck? If not
can you check it in? If so who do we ask? (I don't suppose this got a chance of
making 1.0?)
Comment 20•23 years ago
|
||
This won't make 1.0 at this point -- it's too late. Yes, you need super-review
from a mailnews super-reviewer. Try emailing: mscott@netscape.com,
bienvenu@netscape.com and sspitzer@netscape.com and CC reviewers@mozilla.org in
your email (as per the super-review guidelines -- if you haven't read them,
please do!)
| Assignee | ||
Comment 21•23 years ago
|
||
I'm sure I did, but better read it again just in case. Thanks
Comment 23•23 years ago
|
||
fix checked in the trunk.
thanks for the patch, Mike.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 24•23 years ago
|
||
Yes, thank you very much. This will definitely be a worthwhile feature.
| Assignee | ||
Comment 25•23 years ago
|
||
Very cool, it seems to work in build 2002051508. Thanks everyone :)
Status: RESOLVED → VERIFIED
Comment 26•23 years ago
|
||
[RFE] is deprecated in favor of severity: enhancement. They have the same meaning.
Severity: minor → enhancement
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•