Closed
Bug 51311
Opened 25 years ago
Closed 25 years ago
Onclick event does not work using embedded HTML within XML
Categories
(Core :: XML, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: kjrogers, Assigned: nisheeth_mozilla)
References
Details
Attachments
(1 file)
459 bytes,
application/octet-stream
|
Details |
We want to use javascript within an XML document. This works with IE5 by using
the OnClick attribute. It doesn't work with Mozilla. So we expected it is not
part of the XML standard.
We then attempted to embed HTML inside the XML document using the html
namespace. We attempted to use the OnClick event to raise an alert. This worked
with IE5, but not with Mozilla.
Reporter | ||
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
Using test case provided by reporter, I haven't been able to reproduce problem.
Clicking on H1 text will display the alert dialog. Tested on Sept 5th build
(2000090504) under Mac OS 9 and Win 98.
Comment 3•25 years ago
|
||
Marking verified works for me.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Updated•23 years ago
|
QA Contact: petersen → rakeshmishra
You need to log in
before you can comment on or make changes to this bug.
Description
•