Closed
Bug 292253
Opened 20 years ago
Closed 20 years ago
View Source does not accurately display the source code, quotes are missing
Categories
(Toolkit :: View Source, defect)
Tracking
()
People
(Reporter: woodward, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3
When viewing the source of a page, I get an odd error that only happens in
Firefox (MSIE and OPERA display source correctly)
firefox view-source:
<td align="right" bgcolor="#eeeeee"><a
href="<%=session("BMAL1URL")%>" target="bio">view bio</a></td>
msie view-source:
<td align="right" bgcolor="#eeeeee"><a
href="<%=session("BMAL1URL)%> target="bio">view bio</a></td>
not the quote after the string BMAL1URL is missing
as well as the quote after >
Reproducible: Always
Steps to Reproduce:
1. Go to http://mercury.aapm.org/memb/vote/05_elections/generatecode.asp
2. Click View -> Page Source
Actual Results:
Note that the code is not accurately shown.
Expected Results:
It should have shown the missing quotes.
Using firefox default theme.
Comment 1•20 years ago
|
||
http://validator.w3.org/check?uri=http%3A//mercury.aapm.org/memb/vote/05_elections/generatecode.asp 635 errors can you create a clean testcase , something appears to have gone wrong on that page ?
| Reporter | ||
Comment 2•20 years ago
|
||
(In reply to comment #1) > http://validator.w3.org/check?uri=http%3A//mercury.aapm.org/memb/vote/05_elections/generatecode.asp > 635 errors > > can you create a clean testcase , something appears to have gone wrong on that > page ? I have created a much shorter version at http://mercury.aapm.org/memb/vote/05_elections/generatecode2.asp
Comment 3•20 years ago
|
||
Already fixed on the trunk. *** This bug has been marked as a duplicate of 43267 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•