Closed
Bug 12119
Opened 25 years ago
Closed 25 years ago
Javscript document views differently in seamonkey than navigator 4.6
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: tague, Assigned: vidur)
References
()
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
If you load my test document
http:/warp/employees/tague/tests/entityConverter.html (also attached) in 4.6 and
seamonkey, you will notice that they display differently.
The document should display a list of numbers going from 160-255, which it does
on Nav 4.6, but it doesn't display anything under seamonkey.
Minimalistic test case:
<html>
<head>
<title>Entity Scriptability Test</title>
</head>
<body>
<b>Basic document.write() test</b><br>
<b>Tested on build 1999082008</b>
<br>
<br>
<script>
//Writing tags and text within tags does not work
document.write("<BR>");
document.write("<B>");
document.write("Hello between tags");
document.write("</B>");
document.write("<BR>");
//Writing simple text without tags does work
document.write("Hello without tags");
</script>
</html>
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•