Closed
Bug 2719
Opened 26 years ago
Closed 26 years ago
[PP] Print doesn't work
Categories
(Core Graveyard :: Viewer App, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
M4
People
(Reporter: sujay, Assigned: slogan)
Details
(Whiteboard: waiting for 3/26 build to verify.)
using 1/27 build.
Launch client
Do File | Print
Nothing comes up.
on Windows, it brings up the Print dialog.
Comment 3•26 years ago
|
||
add to viewer, or punt?
Comment 4•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
I'm working with Done Cone to implement Postscript printing in linux RSN.
Code has been checked in. On Linux, there are some minor problems on my radar.
Margins are settable but ignored, grayscale/color is settable but ignored (but
color *does* work if you hook it up to a color printer). Printer preferences
need to be accounted for, and implemented. These should be queried before the
printer dialog is called. I need to make the printer dialog transient, e.g.,
when viewer/apprunner is iconified, the printer dialog needs to go down with it.
The code is in there, but is #if 0'd because I need to figure out who to ask for
the window handle of the toplevel (application) window. Printing graphics on
linux will lead to a crash, due to unimplemented code in Gtk+ specific classes.
I am looking at that one now.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 9•26 years ago
|
||
On my debug build of 3/26, print in apprunner no longer crashes, but neither
does it send anything to the printer (doesn't bring up a print dialog, either,
just prints a "menu selected" to stdout).
Reporter | ||
Comment 10•26 years ago
|
||
okay looks better on viewer. but File | Print on apprunner
is not functional, doesn't bring any dialog up.
I'm reopening this one so it doesn't slip away.
Assignee | ||
Comment 11•26 years ago
|
||
I just checked with Rod Spears -- print menus are not yet wired up in apprunner,
which is why printing doesn't work. He should be checking in something in the
near future to take care of this.
Reporter | ||
Comment 12•26 years ago
|
||
should we file a separate bug? or keep this one open? you call it...
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Assignee | ||
Comment 13•26 years ago
|
||
Opening new bug for apprunner print not working; basically works fine now in
viewer.
Reporter | ||
Comment 14•26 years ago
|
||
verified in 3/29 build.
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•