Closed
Bug 108502
Opened 23 years ago
Closed 20 years ago
a frameset document with "No frames" option jams print engine
Categories
(Core :: Printing: Output, defect, P2)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: j.wunsch, Assigned: rods)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
When trying to print any document that consists of a frameset with the
"No frames" print option, the print engine "jams". Obviously, this
would not be expected to result in any pages being output :), but i
stumpled across this problem when trying to teach Galeon about more
print options. The first attempt starts creating a Postscript output
file (apparently an incomplete file), but the browser continues. The
next attempt to print anything causes the DocumentViewerImpl::Print()
to immediately return NS_ERROR_NOT_AVAILABLE.
Reporter | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
Marking new, adding patch since I didn't find a dupe and it has code.
However, I couldn't find this no frames option. Can you confirm?
Assignee | ||
Comment 3•23 years ago
|
||
YOu shouldn't be allowed to select No Frames when there is a frameset. So how
did that happen? I am quite sure very bad thing will happen.
I think the fix here is when there is a frameset make sure that "no frames " is
ever set.
Status: NEW → ASSIGNED
Summary: a frameset document with "No frames" option jams print engine → [KNOW FIX]a frameset document with "No frames" option jams print engine
Target Milestone: --- → mozilla0.9.8
Reporter | ||
Comment 4•23 years ago
|
||
Well, i experienced the problem when i added the various frame
printing options to Galeon.
If i had found documentation about whether the currently displayed
URL in mozilla-embedded is a frameset, i would have loved to base
the printing options decision on that. ;-)
Anyway, i think it couldn't hurt either to have the bandaid in place,
thank you!
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.8 → mozilla0.9.9
Comment 5•23 years ago
|
||
Set to Moz1.1. Rod is adding the ability to determine if the currently displayed
page is a frameset in bug 115136.
Depends on: 115136
Summary: [KNOW FIX]a frameset document with "No frames" option jams print engine → a frameset document with "No frames" option jams print engine
Target Milestone: mozilla0.9.9 → mozilla1.1
Assignee | ||
Updated•23 years ago
|
Priority: -- → P2
Target Milestone: mozilla1.1 → Future
Comment 6•21 years ago
|
||
Can anyone reproduce this with a current copy of mozilla? Does anyone a sample
URL that demonstrates this problem?
Comment 7•20 years ago
|
||
Resolving WFM. I don't see a "No frames" print option in Mozilla1.7.
If anyone can still reproduce this, please reopen (and with a clear description
of how to reproduce).
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•