Closed
Bug 465148
Opened 16 years ago
Closed 16 years ago
FF ignores the new line symbol in tool tips
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 358452
People
(Reporter: serega_1, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008071618 Iceweasel/3.0.1 (Debian-3.0.1-1)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008071618 Iceweasel/3.0.1 (Debian-3.0.1-1)
Here's relevant part of the code:
<img src='...' height='*px' width='*px' style='border:none' title='[ Name 001 ]
[ Name 002 ]
[ Name 003 ]
[ Name 004 ]
[ Name 005 ]
[ Name 006 ]
[ Name 007 ]
[ Name 008 ]
[ Name 009 ]
' />
Expected to receive a formatted list with one name per line. Instead FF treats the new line symbol as a space.
Reproducible: Always
Steps to Reproduce:
1. Create some html file
2. Put the relevant code part in
3. Move the mouse over a pic to see the tool tip.
Actual Results:
A line is wrapped only when it hits the length limit.
Expected Results:
Start new line whenever the new line symbol appears.
Updated•16 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•