Closed
Bug 770
Opened 26 years ago
Closed 26 years ago
HTML entities don't work in DOM
Categories
(Core :: JavaScript Engine, defect, P2)
Tracking
()
CLOSED
WONTFIX
M4
People
(Reporter: Joerg.Brunsmann, Assigned: shaver)
References
()
Details
I tested your DOM examples at
http://www.mozilla.org/layout/demos/
and found a bug. The demo for changing the title and the
text value don't work with HTML entities such as ö etc.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
Comment 2•26 years ago
|
||
The old DOM code is dead; if this appears in the new DOM code, it should be
filed in that component against Vidur or someone.
gerardok, can you verify this is not a problem with latest build please.
The testcase at http://www.mozilla.org/layout/demos/ isn't working properly. DOM
is handling character entities as proved by the following testcase:
<HTML>
<HEAD>
<TITLE>test</TITLE>
</HEAD>
<BODY>
<SCRIPT type="text/javascript">
document.title = "ö";
</SCRIPT>
</BODY>
</HTML>
Verified on 2/25 build. Bug marked as closed.
Javacsript component begin retired. Moving this bug to Javascript Engine.
Comment 6•26 years ago
|
||
bulk reassigning all bugs from shaver's @netscape account to his @mozill acount
Marking Closed again, as the status changed to Resolved by the bulk reassign.
You need to log in
before you can comment on or make changes to this bug.
Description
•