Closed
Bug 152530
Opened 22 years ago
Closed 22 years ago
link href title text does not wrap
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: raarts, Assigned: attinasi)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020607
BuildID: 00000000
The href tag apparently has a 'title' attribute. Here you can give a
link some text to be shown like alt text does. Mozilla seems to support this
with one exception: linefeeds do not wrap in the popup.
MSIE does support this.
Reproducible: Always
Steps to Reproduce:
Here is some code:
<a Href="http://www.devnull.nl/reiszoeken.asp?landid=1&land=Turkije"
Title="Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/msword, application/vnd.ms-excel, application/vnd.ms-powerpoint, */*
Accept-Language: nl
Connection: keep-alive
Host: www.devnull.nl
Referer: http://www.devnull.nl/reiszoeken.asp?begin=yes&landid=1&land=Turkije
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90)
Cookie: ASPSESSIONIDGQGGQQEI=CGDDHDHDANBCLLPNDPBDLHLB
Content-Length: 99
Content-Type: application/x-www-form-urlencoded
Via: 1.1 webcacheE03 (NetCache NetApp/5.2.1R1D9)
Accept-Encoding: gzip, deflate
X-Forwarded-For: 62.21.131.18
">
Note: some things changed to protect the innocent.
Actual Results: An alt-text-like popup showed, but as one long line (truncated)
Expected Results: a square box popup with the text properly wrapped.
Comment 1•22 years ago
|
||
Newlines in most attribute values in HTML are equivalent to spaces (this is true
of title in particular). So that text is not actually "formatted".
duplicate of "[RFE] Tooltips should wrap and not disappear off screen."
*** This bug has been marked as a duplicate of 45375 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•