Closed
Bug 190985
Opened 22 years ago
Closed 22 years ago
textarea will not display the string "</Address>" instead display "</address>"
Categories
(Toolkit :: Form Manager, defect)
Tracking
()
People
(Reporter: malcontent, Assigned: dveditz)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2) Gecko/20021126
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2) Gecko/20021126
The textarea component will not display the string "</Address>" ir will convert
the uppercase "A" to a lowercase "a".
Reproducible: Always
Steps to Reproduce:
1.Create form with a text area
2. type in the string "</Address>" in textarea
3. View page
Actual Results:
The text area now says </address>
Expected Results:
It should have dispalyed the text exactly as it was.
Only tested in windows.
Comment 1•22 years ago
|
||
see bug 64799 comment 19
*** This bug has been marked as a duplicate of 64799 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•