Closed
Bug 310928
Opened 20 years ago
Closed 20 years ago
<textarea> incorrectly parses the <![CDATA[ ]]> tag
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: cid73, Unassigned)
Details
Attachments
(1 file)
|
344 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.7.12) Gecko/20050919 Firefox/1.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.7.12) Gecko/20050919 Firefox/1.0.7
Please try this codes in Firefox and try view source:
<textarea rows="14" cols="60">
wrong parsing:
<![CDATA[ The CDATA tag is incorrectly parsed. ]]>
should be:
<![CDATA[ The CDATA tag is incorrectly parsed. ]]>
wrong parsing:
<![ This tag is actually <![ This tag ]>, ok? ]>
should be:
<![ This tag is actually <![ This tag ]>, ok? ]>
</textarea>
As you can see, with <textarea> everything in a <![ ]> goes wrong even entities.
Is it a bug? If it is, please fix it. I'm not a good English writer, just excuse
me for I can't type too much, thank you!
Reproducible: Always
Steps to Reproduce:
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
I think this is wfm in current trunk build.
Reporter, could you please test with the nightly trunk build to verify this bug
is already fixed somehow?
http://ftp.scarlet.be/pub/mozilla.org/firefox/nightly/latest-trunk/
Yes, it has been fixed in 1.6a1-win32 version, I'll test it on Linux version
later, but I don't have a mac machine. Thank you.
Comment 4•20 years ago
|
||
Ok, then this is WORKSFORME.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•