Closed
Bug 182449
Opened 22 years ago
Closed 22 years ago
bad rendering of a single line containing just a link
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bblue, Assigned: asa)
References
Details
Attachments
(1 file)
46 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.2) Gecko/20021126
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.2) Gecko/20021126
An HTML file containing just a line like "<a href="target_file.html">link to a
file</a>" is badly renderized: "link to a file" appears as a PLAIN text, WITHOUT
the link.
Reproducible: Always
Steps to Reproduce:
1.write an ASCII file containing just the following text: "<a
href="target_file.html">link to a file</a>"
2.save
3.open it in Mozilla
Actual Results:
"link to a file" appears as a PLAIN text, WITHOUT the link.
Expected Results:
...
This is NOT a bug of Chimera too.
Comment 1•22 years ago
|
||
Sounds like bug 182440, although I wouldn't swear that's even a bug.
1.2-branch only. See bug 182500.
Depends on: 182500
Version: Trunk → Other Branch
I have tested that this bug was an instance of bug 182500 / bug 182253 based on
comparison of two Linux builds compiled with gcc 3.2. This bug was present in
the 1.2 release and was the only bug fixed in the 1.2.1 release (and the reason
for the 1.2.1 release).
Marking this bug as fixed since it should be fixed in the 1.2.1 release.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•