Closed
Bug 314957
Opened 20 years ago
Closed 20 years ago
Firefox reads EOL sing as space or "_" (It depends from operating system)
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: pablo.picasso1, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.7.12) Gecko/20050919 Firefox/1.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.7.12) Gecko/20050919 Firefox/1.0.7
Firefox reads EOL sing as space or "_" between images. Firefox under Windows (checked WIN '98 and XP PROFESIONAL Service Pack 2, HOME SP2) sets space and than makes real EOL. Under Linux Slackwere 10.1 it sets "_" sign also between images.
Reproducible: Always
Steps to Reproduce:
1.Create file foo.html (i have used notepad under WIN OS and Quanta+ under Linux)
2.Set charset=iso8859-2 (bug shows even with out setting charset)
3.place 2 or 3 images like this:
<img src="foo1.jpg">
<img src="foo2.jpg">
<img src="foo3.jpg">
than save the file
4. View file under WIN OS or other...
Actual Results:
You should see a space or "_" between images.
Expected Results:
There should be no space or "_" sign
Comment 2•20 years ago
|
||
*** This bug has been marked as a duplicate of 14459 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•