Closed
Bug 270370
Opened 20 years ago
Closed 20 years ago
wrong text displayed for TEXTAREA name
Categories
(Toolkit :: View Source, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: elmar, Assigned: bugs)
Details
Attachments
(1 file)
|
60.00 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 if the sourcecode contains as example <TEAXTAREA NAME= 'EXAMPLE' the view source window shows <TEAXTAREA NAME=' EXAMPLE' . Blank is shown befoer the single quote Reproducible: Always Steps to Reproduce: 1. Test ist with a simple html page and use the souer 2. 3.
| Reporter | ||
Comment 1•20 years ago
|
||
have a look at <TEXTAREA name = "PDM_COMMENT"
Comment 2•20 years ago
|
||
There have been lots of view-source fixes on the trunk lately, and that's one of the things that works right, now: 1.0 fails, but latest-trunk does fine, so it is already fixed for the next release. If you plan on reporting many bugs, you'll want a newer build: 0.10.1 is code from 20040913 with one bugfix, and most non-Firefox-specific code in it is from 20040515.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•