Closed
Bug 183545
Opened 22 years ago
Closed 22 years ago
address in XML tag get automatically lowercased
Categories
(Core :: XML, defect)
Tracking
()
People
(Reporter: mlucas, Assigned: hjtoi-bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.2.1) Gecko/20021130
When entering an XML tag called ADDRESS in a textarea, the textarea
automagically lowercases the closing tag. Now the tags don't match, because XML
is of course case-sensitive, and the XML is badly formed. Doesn't occur in IE,
has occurred in last two releases of Mozilla.
Reproducible: Always
Steps to Reproduce:
1. Look at the page.
2. Find one of the /address tags
3. Note that it is lowercase. In the page source, both the opening and closing
tags are lowercased.
Actual Results:
XML is now badly formed
Expected Results:
Should have not altered the case on the tags
Comment 1•22 years ago
|
||
->XML
Assignee: asa → heikki
Component: Browser-General → XML
QA Contact: asa → rakeshmishra
![]() |
||
Comment 2•22 years ago
|
||
You have to escape '<' in tags you stick inside a textarea, you know....
*** This bug has been marked as a duplicate of 64799 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Summary: address in XML tag get automatically lowercased
this little bug lost its summary..
(v)
Status: RESOLVED → VERIFIED
Summary: address in XML tag get automatically lowercased
You need to log in
before you can comment on or make changes to this bug.
Description
•