Closed
Bug 210612
Opened 21 years ago
Closed 21 years ago
Mail does not pop up tooltips for HTML tags with title attribute
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
People
(Reporter: trevor, Assigned: sspitzer)
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko/20030612
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko/20030612
When Mail renders HTML-formatted mail items, it does not pop up tooltips when
the mouse pointer hovers over an HTML tag with the title attribute set - unlike
the Browser, MS Outlook, Eudora, Opera ...
Reproducible: Always
Steps to Reproduce:
1. Write some HTML in Composer (see example below)
2. Use the Source tab to include a title attribute
3. Open a Mail Compose window
4. Copy and paste the HTML that you wrote into the Compose window
5. Send the email to yourself
6. Receive it in Mail and mouse-over the HTML tag that you added the title to
Actual Results:
No tooltip appears when mouse hovers over the text with the title attribute.
Same result under both Win98 and Linux.
Expected Results:
Mozilla Mail show show a tooltip the same way that Mozilla browser does
Here's an example, try it in both Mail and Browser:
<html>
<head><title>Missing tooltip</title></head>
<body><p title="here's the tooltip">Mouse-over me to see a tooltip</p></body>
</html>
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 60825 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•