Closed
Bug 96111
Opened 24 years ago
Closed 24 years ago
Textarea error when parsing XML
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
People
(Reporter: erick, Assigned: kinmoz)
Details
Attachments
(1 file)
234 bytes,
text/html
|
Details |
When loading XML documents into a text area, Mozilla appears to downcase the
word </Server> to </server>.
This has been checked with almost every other browser so it is not a problem
with the program that generates the data in a textarea.
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
CONFIRMING on Win2k 20010829 with simple testcase
Status: UNCONFIRMED → NEW
Ever confirmed: true
Yup, this is a dup of bug 64799.
erick, you might have better luck if you wrote out the '<' and '>' characters in
your XML as entities < and > ... for example: </server>
*** This bug has been marked as a duplicate of 64799 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•