Closed
Bug 129836
Opened 23 years ago
Closed 23 years ago
impossible to use an alternate print command
Categories
(Core :: Printing: Output, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: bongo, Assigned: colin)
References
()
Details
Attachments
(1 file)
1.45 KB,
patch
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; OpenVMS DEC_3000_Model_500; en-US; rv:0.9.8)
Gecko/20020202
BuildID: 2002020220
The predefined command is "print"
If I change this to some other DCL command which implements
a print mechanism, mozilla generates a file and does not
execute the alternate print command i have defined
Reproducible: Always
Steps to Reproduce:
1.use any url to display a text
2.select file >> print >> change the default "print" to another command
3.the result is a file and the defined command is not executes
Actual Results: see previous item 3
Expected Results: generate a postscript file with all pages and print it using
the command
and qualifiers I have specified
none
Assignee | ||
Comment 2•23 years ago
|
||
The command must be a PRINT command, because Mozilla will append /DELETE to
whatever command is used (in order to tidy up the temporary file that is used
for printing).
I guess a smarter way to do this is to NOT append /DELETE, and make the default
command be "PRINT /DELETE". That way you could change the print command to
whatever you want.
Assignee: rods → colin
Comment 4•23 years ago
|
||
colin:
Can you take a look at the patch in bug 126799 and tell me what I can implement
to get this issue fixed (what about a OpenVMS prefs item to handle this ?) ...
Assignee | ||
Comment 5•23 years ago
|
||
I already have a fix for this, thanks, Roland. I'll check it in once I have a
tip tree again (working on 099 branch at the moment).
Comment 6•23 years ago
|
||
Can you attach the patch here and do _not_ check-in the patch into "trunk",
please ? I'd like to integrate your patch into the patch of bug 126799 for
"trunk" to avoid that the patch there gets rotten... Thanks!
Assignee | ||
Comment 7•23 years ago
|
||
Roalnd, here's the patch to other (non-print) commands to be used for printing.
All it does is to move the "/delete" print qualifier out of the code so that
the user is free to edit the entire print command.
Comment 8•23 years ago
|
||
colin:
Thanks!
----
Integrated the patch into the new patch for bug 126799...
Depends on: 126799
Assignee | ||
Comment 9•23 years ago
|
||
Thanks for doing this for me, Roland.
Comment 10•23 years ago
|
||
Patch for bug 126799 has been checked in.
colin:
Can we close this one ?
Assignee | ||
Comment 11•23 years ago
|
||
Closing for fine by me.
Comment 12•23 years ago
|
||
Colin can you close this out? mark it RESOLVED-WORSFORME ?
Assignee | ||
Comment 13•23 years ago
|
||
Marking resolved.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•