Closed Bug 195272 Opened 22 years ago Closed 22 years ago

Text of HTML tags rendering within textarea tag

Categories

(SeaMonkey :: General, defect)

x86
Windows 2000
defect
Not set
minor

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 99467

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.
You're not escaping the tags within the textarea. You should write, for instance, "<textarea>&lt;div>Foo&lt;/div></textarea>" if you want "<div>Foo</div>" to appear inside the textarea. INVALID.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Keywords: compat
Resolution: --- → 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 → ---
*** This bug has been marked as a duplicate of 99467 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago22 years ago
Resolution: --- → DUPLICATE
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.