Closed
Bug 194462
Opened 22 years ago
Closed 22 years ago
View-Source show some blank character that does not exist
Categories
(Core Graveyard :: View Source, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 154120
People
(Reporter: masayuki, Assigned: doronr)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030219
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030219
We can see some blank in view source window, but this does not exist.
Reproducible: Always
Steps to Reproduce:
1.See the test case.
http://bugzilla.mozilla.gr.jp/attachment.cgi?id=1510&action=view
2.Save as the page in navigator.
3.See the downloaded source.
4.View source in Navigator.
Actual Results:
Content of view source window shows some blank character that does not exist.
Expected Results:
Content of view source window don't show some blank character that does not exist.
I can see the case.
With View Source Window.
<input TYPE =" button" VALUE="test" NAME=" test-button" STYLE ="" onClick=" ">
^ ^ ^ ^ ^
With Notepad.
<input type="button" value="test" name="test-button" style="" onclick="">
We can reproduce with 2003021908-trunk/WinXP ,2003021905-trunk/Linux and 1.2/Linux
Comment 1•22 years ago
|
||
The actual source (if you look with something that does _not_ munge the source,
like wget) is:
<INPUT TYPE = "button" VALUE="test" NAME= "test-button" STYLE ="" onClick= "">
Note the spaces between '=' and '"' for some of those.
*** This bug has been marked as a duplicate of 154120 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•