Closed
Bug 47362
Opened 25 years ago
Closed 25 years ago
Need to have tooltip on attachment to show the full path/name
Categories
(MailNews Core :: Composition, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M18
People
(Reporter: bugzilla, Assigned: bugzilla)
Details
(Keywords: polish, Whiteboard: [nsbeta3+])
As you cannot scroll horizontally the attachment pane, we need to add tooltip to
show the full name of the attachment when you mouse over the attachment name.
Assignee | ||
Comment 1•25 years ago
|
||
Here is the fix:
Index: MsgComposeCommands.js
===================================================================
RCS file: /cvsroot/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js,v
retrieving revision 1.104
diff -r1.104 MsgComposeCommands.js
1300a1309,1310
> cell.setAttribute("tooltip", "aTooltip");
> cell.setAttribute("tooltiptext", unescape(attachment));
Updated•25 years ago
|
Whiteboard: Fix in hand → [nsbeta3+]Fix in hand
Assignee | ||
Comment 2•25 years ago
|
||
Fixed and checked in
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Whiteboard: [nsbeta3+]Fix in hand → [nsbeta3+]
Comment 3•25 years ago
|
||
Using 2000-08-16-08 on NT4, Linux and MAC
Verified: Fixed
Status: RESOLVED → VERIFIED
QA Contact: lchiang → pratikd
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•