Closed
Bug 212973
Opened 21 years ago
Closed 21 years ago
Multiple lines not supported in TITLE (tooltips) attribute
Categories
(Core :: XUL, defect)
Tracking
()
People
(Reporter: jlcharton, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030612
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030612
See "Steps to Reproduce", "Actual Results" and "Expected Result"
Reproducible: Always
Steps to Reproduce:
1. Create a basic html document with a peace of code like :
<img src="whatever.gif" title="this is
a multiple
line
tooltip">
2. Open the document with Mozilla
3. Move the mouse over the image
Actual Results:
The tooltip is displayed as a single line of text with the new line characters
rendered as small squares.
Expected Results:
The tooltip should be displayed as 4 lines of text such as Internet Explorer does.
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 67127 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Component: Browser-General → XP Toolkit/Widgets
QA Contact: general → jrgm
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•