Closed
Bug 210559
Opened 22 years ago
Closed 22 years ago
Javascript entities do not work, although they are outlined in the javascript handbook
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: keith, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312
http://wp.netscape.com/eng/mozilla/3.0/handbook/javascript/getstart.htm
This should work to pull a javascript varible, its mentioned in the mozilla
javascript handbook at netscape.com, the url i listed above.
<img src="&{adsl};">
It doesn't.
Reproducible: Always
Steps to Reproduce:
1. Add Code
2. Run Page
Actual Results:
Nothing happens
Expected Results:
Should have inserted the varible
Comment 1•22 years ago
|
||
---> DOM Mozilla Extensions
Assignee: rogerl → dom_bugs
Status: UNCONFIRMED → NEW
Component: JavaScript Engine → DOM Mozilla Extensions
Ever confirmed: true
QA Contact: pschwartau → ian
Comment 2•22 years ago
|
||
This has been reported previously, for example bug 138965,
"JavaScript 'entities' not working correctly"
That bug, in turn, was marked a duplicate of (wontfix) bug 9567,
"Need JavaScript-entity support in the content sink".
I will do the same here. Keith, thank you for this report.
Any further comments should be made to bug 9567 -
*** This bug has been marked as a duplicate of 9567 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•13 years ago
|
Component: DOM: Mozilla Extensions → DOM
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•