Closed
Bug 10578
Opened 26 years ago
Closed 25 years ago
[CRASH] [webshell] printing mozillazine poll results
Categories
(Core :: Printing: Output, defect, P1)
Tracking
()
M14
People
(Reporter: jmcphe, Assigned: dcone)
References
()
Details
I went to the mozillazine poll results, clicked the print button, clicked
OK/Print in the printer dialog box, and apprunner crashed and brought NT down
with it. Didn't even Dr. Watson -- went straight to the blue screen of death.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•26 years ago
|
||
Same problem as the Frameset problem, a new WebShell is being created, which
requires a native widget. Printers do not have native widgets and we get the
assert or crash.
| Assignee | ||
Updated•25 years ago
|
Assignee: dcone → buster
Status: ASSIGNED → NEW
| Assignee | ||
Comment 2•25 years ago
|
||
Steve, this is a good example of how printing crashes with the webshell problem.
You can give this back to me if your solution will not be online before 12/15/99
and I can look for an iterm solution.
Updated•25 years ago
|
Target Milestone: M12
Comment 3•25 years ago
|
||
setting to M12
Updated•25 years ago
|
Summary: CRASH printing mozillazine poll results → [CRASH] printing mozillazine poll results
Comment 4•25 years ago
|
||
Steve -- is getting this done by 12/15 a possibility?
we hope to land the bulk of the webshell changes around 12/7. I doubt that will
magically solve this problem, though it will certainly enable the solution.
I think that gives us enough time to solve this by 12/15.
Priority: P3 → P1
Summary: [CRASH] printing mozillazine poll results → [CRASH] [webshell] printing mozillazine poll results
Updated•25 years ago
|
Whiteboard: [M12 STAY]
Comment 6•25 years ago
|
||
Sorry for the spam, changing QA contact on printing bugs to our new printing
tester, Shrirang!
Updated•25 years ago
|
Whiteboard: [M12 STAY]
Target Milestone: M12 → M13
Comment 7•25 years ago
|
||
moving to m13
Comment 10•25 years ago
|
||
Windows: Using today's commercial build on windows (2000011908), this page
prints perfectly.
Mac OS : Used today's commercial build (2000011910). Page prints perfectly.
Linux: Page prints perfectly on today's commercial build(2000011908) for linux.
Will resolve status upon rechecking with tomorrow's builds.
Comment 11•25 years ago
|
||
assigning back to don. I'm not working on the webshell stuff much anymore, so
you should work with travis and kevin on this bug. It no longer crashes, but it
doesn't print either. It seems to get a failure result from OnStartDocumentLoad
in nsWebShell during the print operation. I'm more than happy to help out, but
I think Don should own this bug again.
Assignee: buster → dcone
| Assignee | ||
Comment 12•25 years ago
|
||
The first part was fixed when the container for the webshell was added in
printing. It will now print, when is gets past the asserts. The text will not
load into the nsGfxTextControlFrame, this is because it needs a scriptable
object. So this assert bug is the same as 24406, so marking this now as a
duplicate of that bug.
*** This bug has been marked as a duplicate of 24406 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•