Closed
Bug 220386
Opened 21 years ago
Closed 20 years ago
Attribute quotes completed by view source
Categories
(Core Graveyard :: View Source, defect)
Tracking
(Not tracked)
People
(Reporter: bugs-mozilla-90ximscv, Assigned: doronr)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
Mozilla sometimes shows a wrong source code of the page. There is a missing
quotation mark in my example source code, but Mozilla seems to correct this
while rendering the page. But when viewing the page source, Mozilla displays
the corrected version but not the original page source.
Reproducible: Always
Steps to Reproduce:
1. visit http://www.fsi.uni-tuebingen.de/users/faber/bugs/mozilla1.html
2. press ctrl+u to view the page source
Actual Results:
I see the source code and it looks like this:
[...]
<p><a href="http://www.mozilla.org">Mozilla</a></p>
[...]
Expected Results:
The source code of this page is
[...]
<p><a href="http://www.mozilla.org>Mozilla</a></p>
[...]
_without_ the second quotation mark. Please compare with another browser.
same in Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.5) Gecko/20030916
I really miss the old netscape that blinked at error points
Updated•21 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: wrong page source in view source window (additional quotation mark) → Attribute quotes completed by view source
Comment 2•21 years ago
|
||
confirmed in Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7a) Gecko/20040111
Comment 3•20 years ago
|
||
Duping to bug with a patch.
*** This bug has been marked as a duplicate of 43267 ***
Status: NEW → RESOLVED
Closed: 20 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
•