Closed
Bug 24664
Opened 25 years ago
Closed 24 years ago
[PRINTING TABLE]Printing a HTML4 table with redundant CSS fails to print parts of the table
Categories
(Core :: Printing: Output, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
Future
People
(Reporter: jmraker, Assigned: karnaze)
Details
(Keywords: testcase)
Attachments
(1 file)
(deleted),
text/html
|
Details |
With Win32 2000012008 Daily Build.
Model Name: IBM AFP 3916
Driver Name: IBMAFP.DRV Version: 4.00
Printer Type: AS/400 Laser Printer
Printer Name: IBM Network Printer 24
Actual Results:
The printer fails to print out the TBODY section of the page, and the border.
Instead it prints nothing in it's area.
Expected Results:
The TBODY and the border should print.
I'm sure that redundant CSS (originally from two stylesheet <LINK>'s) is the
cause. The original page has 11 tables with <TBODY> and none of them print.
The page has blankspace where the table body didn't print.
The purpose of the 2 stylesheets were to have one be the normal size, and the
other for printing, changing the text sizes, colors, and removing <TBODY>'s
fixed height. The <TBODY>'s printed height appears to be "auto" (the blank
areas on the original vary)
Updated•25 years ago
|
Status: NEW → ASSIGNED
Updated•25 years ago
|
Target Milestone: M15
Updated•25 years ago
|
Summary: Printing a HTML4 table with redundant CSS fails to print parts of the table → [PRINTING TABLE]Printing a HTML4 table with redundant CSS fails to print parts of the table
Updated•25 years ago
|
Target Milestone: M15 → M16
Updated•25 years ago
|
Target Milestone: M16 → M19
Comment 2•24 years ago
|
||
This was fixed by the checkin that fixed the printing of all the views.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
With Win32 2000071810 nightly build
I now use another computer.
Model Name: IBM AFP 3916
Driver Name: CWBAFP.DLL
Printer Type: AS/400 Laser Printer
Printer Name: IBM Network Printer 24
The testcase does now print the table border, but does not print out the "This
is the tbody" lines. I think that it printed some filler for the missing area,
but now it does not.
Reopening
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 4•24 years ago
|
||
When I print.. it prints exactly what is on the screen.. your right that the
"This is the tbody" line does not print.. but I don't see that on the screen
either. Do you?
Comment 5•24 years ago
|
||
I don't see the Tbody on the screen either.
The strange thing is that I didn't see it until after I printed it out. When I
did see the body, there were 2 horizontal scrollbars (that's odd) there with
only the last 2 lines showing. I opened the page, printed it, viewed the
source, closed the source, and then noticed the tiny text on the screen under
the scrollbars. I must be crazy.
http://www.mwaccess.net/~john/tc/moz0001.jpg (fig 1)
http://www.mwaccess.net/~john/tc/moz0002.jpg (fig 2)
When I printed it again, I came back to see (fig 1) one scrollbar on the
screen. I clicked on it and it became (fig 2) 2 scrollbars.
Beforehand there were no scrollbars.
Comment 8•24 years ago
|
||
This bug has been marked future because we have determined that it is not
critical for netscape 6.0. If you feel this is an error, or if it blocks your
work in some way -- please attach your concern to the bug for reconsideration.
Target Milestone: M19 → Future
Comment 9•24 years ago
|
||
This is a pagination issue.. probably a duplicate of some current bugs you have.
Assignee: dcone → karnaze
Status: REOPENED → NEW
Comment 10•24 years ago
|
||
spam : changing qa to sujay (new qa contact for Printing)
QA Contact: shrir → sujay
Reporter | ||
Comment 11•24 years ago
|
||
Win32 Daily Build 2001030205
Since I no longer see any printing problems, I'll just resolve this to a WORKSFORME.
Status: NEW → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•