Closed
Bug 291755
Opened 20 years ago
Closed 20 years ago
View -> Page Source shows different markup to actual source; invalid quote marks removed from tag
Categories
(Toolkit :: View Source, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: 32768, Assigned: bugs)
Details
Attachments
(1 file)
|
228 bytes,
text/html
|
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 the source contains a tag like this: <img src="someurl" alt="" ""> It is displayed in View -> Page Source as this: <img src="someurl" alt="" > The invalid part of the tag is missing. This makes it hard to debug problems. Reproducible: Always Steps to Reproduce: 1. View test case 2. From View menu, choose "Page Source" Actual Results: Source shows: <img src="someurl" alt="" > Expected Results: Source should show: <img src="someurl" alt="" "">
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
I can see this with 1.0.3 but not in the trunk, marking worksforme
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Comment 3•20 years ago
|
||
trunk = Mozilla/5.0 (Windows; U; Windows NT 5.2; de-DE; rv:1.8b2) Gecko/20050422
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•