Closed
Bug 285568
Opened 20 years ago
Closed 20 years ago
View source does not show content properly
Categories
(Toolkit :: View Source, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: pekka.harjamaki, Assigned: bugs)
Details
(Keywords: testcase)
Attachments
(1 file)
|
52 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050305 Firefox/1.0.1 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050305 Firefox/1.0.1 Page which has the following code inside: <html><body><a href=\" \">Testing</a></body></html> Looks like: <html><body><a href=\" \>Testing</a></body></html> (note the missing character), in 'view source' Reproducible: Always Steps to Reproduce: 1. Create html page containing the first example html 2. Load it in browser, and view source Actual Results: One "-character seems to be missing in view source (although IE for example shows it)
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
WFM, Mozilla 2005-03-09-05 trunk Linux. I can reproduce the reported behaviour in FF 1.0.1 on Linux. In the trunk build the second \" is marked bold red, indicating the markup error at that point (the attribute did not end before the > ). -> 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
•