Closed
Bug 328169
Opened 19 years ago
Closed 18 years ago
When source HTML is on a single line is not visualized correctly
Categories
(Toolkit :: View Source, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: gidanmx2, Unassigned)
Details
(Whiteboard: CLOSEME 2007-07-10)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
When source HTML is on a single line is not visualized correctly. If watched the source of the page, that I have given to you, you will notice that tag "< style >" as hidden.
Reproducible: Always
Steps to Reproduce:
1. create one page HTML with the source on one single line
2. run firefox
3. Show Source
Actual Results:
<html><title></title><head> <style type="text/css" </head><body></body></html>
Expected Results:
<html><title></title><head> <style type="text/css">body { background-color: #000000; }</style> </head><body></body></html>
Updated•19 years ago
|
Moreover firefox adds some spaces, like in a justified text, such spaces in truth not are.
![]() |
||
Comment 3•18 years ago
|
||
Could you please try to reproduce this bug with a current Firefox build (particulary, one from <http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/contrib/latest-trunk/>)?
Thanks.
Also, <http://www.koalasoft.net/koala/> has changed and is not on a single line anymore.
![]() |
||
Updated•18 years ago
|
Whiteboard: CLOSEME 2007-07-10
Comment 4•18 years ago
|
||
Made a rough testcase with a HTML file from the site in question although it seems their pages have been altered since the bug was opened.
Comment 5•18 years ago
|
||
WFM on latest trunk build. Used Windows XP with clean profile.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a6pre) Gecko/2007061804 Minefield/3.0a6pre
![]() |
||
Comment 6•18 years ago
|
||
Reporter or anyone else, if you still see this problem with the latest Firefox 2 and/or Firefox 3/Trunk Version please reopen this bug.
Closing as WORKSFORME.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•