Closed
Bug 189772
Opened 23 years ago
Closed 23 years ago
lowercases viewed html code in textarea
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
People
(Reporter: paska, Assigned: harishd)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030119
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030119
all in uppercase:
<HTML>
<BODY>
<FORM>
<TEXTAREA><HTML><HEAD></HEAD></HTML></TEXTAREA>
</FORM>
</BODY>
</HTML>
in textarea </head> is displayed as lowercase
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Expected Results:
display correctly in uppercase
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 64799 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•