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)

x86
Windows XP
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 43267

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="&lt;%=session("BMAL1URL")%&gt;" target="bio">view bio</a></td>


msie view-source:
      <td align="right" bgcolor="#eeeeee"><a 
href="&lt;%=session("BMAL1URL)%&gt; target="bio">view bio</a></td>

not the quote after the string BMAL1URL is missing 
as well as the quote after &gt;



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.
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 ?
(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


Already fixed on the trunk.

*** This bug has been marked as a duplicate of 43267 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
Product: Firefox → Toolkit
You need to log in before you can comment on or make changes to this bug.