Closed
Bug 195272
Opened 22 years ago
Closed 22 years ago
Text of HTML tags rendering within textarea tag
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: vincent, Assigned: asa)
References
()
Details
(Keywords: compat)
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20021216
In the page at http://www.doteasyshop.com/browsertest.html, <div><img>
properties would disappear when they are after <noscript></noscript>.
However, the properties(correct codes ) can be seen in the page source.
Reproducible: Always
Steps to Reproduce:
please see the example at
http://www.doteasyshop.com/browsertest.html
Actual Results:
See
http://www.doteasyshop.com/browsertest.html
in Netscape or IE
Expected Results:
See
http://www.doteasyshop.com/browsertest.html
in Netscape or IE
For Mozilla, please see the Work-Around Code in the above mentioned page.
Comment 1•22 years ago
|
||
You're not escaping the tags within the textarea. You should write, for
instance, "<textarea><div>Foo</div></textarea>" if you want
"<div>Foo</div>" to appear inside the textarea. INVALID.
I do close the div tag and a tag.
example:
http://www.doteasyshop.com/browsertest.html
Please see textarea content and the page source. They are not the same.
The HTML tags after noscript tag would not have properties.
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Comment 3•22 years ago
|
||
*** This bug has been marked as a duplicate of 99467 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•