Closed
Bug 274909
Opened 20 years ago
Closed 20 years ago
print fail.in print preview we can see only 3 page(3 of 3 is empty), but we sould see 8 pages
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 274910
People
(Reporter: macieh, Assigned: bugzilla)
References
()
Details
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>
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 274910 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•