Closed Bug 274910 Opened 20 years ago Closed 20 years ago

Missing pages in print preview

Categories

(Core :: Print Preview, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 129941

People

(Reporter: macieh, Unassigned)

References

()

Details

Attachments

(2 files)

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040928
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040928

print fail in firefox 1.0 and mozilla 1.7.3 on linux (pld) and windows (me, 98).
in print preview we can see only 3 page(3 of 3 is empty), but we sould see 8 pages!
the same is with prinnting.
i found where is problem.. I think so..
f.e:
bad:
[...]
/table>
<br clear="all">
<br>
<a href="http://www.google.pl">Powrót</a>
</body></html>

good:
[...]
</table>
<br>
<p>
<br clear="all">
<a href="http://www.google.pl">Powrót</a>
</p>
</body>
</html>


Reproducible: Always

Steps to Reproduce:
1.Change source file (jsp,html) just like in "Details"
2.
3.

Actual Results:  
All works (print) fine, but if You don't have acces to edit source file - You
have problem... 

Expected Results:  
Should print fine also first example file:
1:
[...]
/table>
<br clear="all">
<br>
<a href="http://www.google.pl">Powrót</a>
</body></html>

2:
[...]
</table>
<br>
<p>
<br clear="all">
<a href="http://www.google.pl">Powrót</a>
</p>
</body>
</html>
File on which firefox printing failed....
File in which firefox printing works fine
*** Bug 274909 has been marked as a duplicate of this bug. ***
Reproducible:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a6) Gecko/20041215
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0

Has to do with the <br clear="all">. Probably a dupe.
Assignee: firefox → core.printing
Component: General → Print Preview
Product: Firefox → Core
QA Contact: firefox.general
Hardware: PC → All
Summary: print fail.in print preview we can see only 3 page(3 of 3 is empty), but we sould see 8 pages → Missing pages in print preview
Version: unspecified → Trunk
Found it.

*** This bug has been marked as a duplicate of 129941 ***
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.

Attachment

General

Creator:
Created:
Updated:
Size: