Closed
Bug 126118
Opened 23 years ago
Closed 23 years ago
Page does not print correctly (data loss)
Categories
(Core :: Printing: Output, defect, P1)
Tracking
()
VERIFIED
FIXED
mozilla1.0
People
(Reporter: roberts, Assigned: karnaze)
References
()
Details
(Keywords: dataloss, Whiteboard: verify all DUPs after this bug is fixed.)
Attachments
(2 files, 2 obsolete files)
3.50 KB,
text/html
|
Details | |
4.58 KB,
patch
|
alexsavulov
:
review+
attinasi
:
superreview+
asa
:
approval+
|
Details | Diff | Splinter Review |
This page prints correctly with Netscape 4.78.. With Mozilla 0.9.8 mostly blank
pages print.
--Doug
reporter: in the future, please try to pick the obvious component for your
problems instead of selecting browser general.
Assignee: asa → rods
Component: Browser-General → Printing
QA Contact: doronr → sujay
confirming on windows....every other page printed is blank..
Amar, can you find a reduced test case?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•23 years ago
|
||
My guess is that this is table layout issue. Everyother page isn't blank. The
first is blank, but that is probably because the table doesn't fit on a page.
The second page has a little text and then the third page has most of the content.
Assignee: rods → karnaze
Assignee | ||
Updated•23 years ago
|
Comment 4•23 years ago
|
||
I my attached reduced testcase even if I remove a <br> tag it makes lot of
difference in print previewing and printing. I think the the first page is
blank because it could not fit the page with the mapquest image.
Comment 5•23 years ago
|
||
The table in the testcase have a defined height="400". I think that this is
equivalent to two logical pages and its trying to print the content on two
pages instead of one. I am attaching a much simplified testcase.
Assignee | ||
Comment 6•23 years ago
|
||
The test cases no longer have dataloss (may be due to fixing bug 120364). But
they skip a page, because the containing block of a floated image erronously
will not split, so the table moves to the next page to accomodate it.
The url has dataloss, so we need a test case.
Keywords: qawanted
Assignee | ||
Comment 7•23 years ago
|
||
Assignee | ||
Updated•23 years ago
|
Attachment #70552 -
Attachment is obsolete: true
Assignee | ||
Updated•23 years ago
|
Attachment #70561 -
Attachment is obsolete: true
Assignee | ||
Comment 8•23 years ago
|
||
I filed bug 130939 to deal with the page breaking problem. This bug handles the
data loss issues.
Keywords: qawanted
Summary: Page does not print correctly → Page does not print correctly (data loss)
Assignee | ||
Comment 9•23 years ago
|
||
Assignee | ||
Updated•23 years ago
|
Whiteboard: PATCH
Comment 10•23 years ago
|
||
Comment on attachment 74153 [details] [diff] [review]
patch to fix the bug
sr=attinasi
Attachment #74153 -
Flags: superreview+
Comment 11•23 years ago
|
||
Comment on attachment 74153 [details] [diff] [review]
patch to fix the bug
r= alexsavulov
Attachment #74153 -
Flags: review+
Assignee | ||
Updated•23 years ago
|
OS: Linux → All
Comment 12•23 years ago
|
||
Comment on attachment 74153 [details] [diff] [review]
patch to fix the bug
a=asa (on behalf of drivers) for checkin to the 1.0 trunk
Attachment #74153 -
Flags: approval+
Assignee | ||
Comment 13•23 years ago
|
||
The patch is in.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 14•23 years ago
|
||
ok now we get only the first page blank...rest of the pages
print fine...
changing summary and REOPEN..
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Summary: Page does not print correctly (data loss) → only first page not printed out; rest print out fine.
Comment 15•23 years ago
|
||
*** Bug 131979 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 16•23 years ago
|
||
Changing summary back and marking closed again, because I don't see any data
loss. In comment #8 I mentioned filing bug 130939 to deal with page breaking due
to blocks. The url also has floaters which cause the print preview to look bad,
but there is already a bug on that. So, unless there is data loss on the url,
please leave this nsbeta1+ bug closed.
Status: REOPENED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → FIXED
Summary: only first page not printed out; rest print out fine. → Page does not print correctly (data loss)
Comment 18•22 years ago
|
||
I see exactly the same bug again in the same
page as well as at the following URL:
http://www.geocaching.com/seek/cache_details.asp?ID=10701
Using Mozilla 2003020408 on Win2k...
You need to log in
before you can comment on or make changes to this bug.
Description
•