Closed Bug 770 Opened 26 years ago Closed 26 years ago

HTML entities don't work in DOM

Categories

(Core :: JavaScript Engine, defect, P2)

Sun
Solaris
defect

Tracking

()

CLOSED WONTFIX

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.
Status: NEW → ASSIGNED
Setting all current Open/Normal to M4.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
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.
QA Contact: 4015
gerardok, can you verify this is not a problem with latest build please.
Status: RESOLVED → CLOSED
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 = "&ouml;";
</SCRIPT>
</BODY>
</HTML>

Verified on 2/25 build. Bug marked as closed.
Javacsript component begin retired.  Moving this bug to Javascript Engine.
bulk reassigning all bugs from shaver's @netscape account to his @mozill acount
Status: RESOLVED → CLOSED
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.