Closed
Bug 28878
Opened 25 years ago
Closed 24 years ago
Crash on trying to print www.aol.com page
Categories
(Core :: Printing: Output, defect, P3)
Core
Printing: Output
Tracking
()
M17
People
(Reporter: shrir, Assigned: dcone)
References
(Depends on 1 open bug)
Details
(Keywords: crash)
Am using today's commercial builds on win,linux and mac (20000222m14)
1. Install and launch the browser
2. Go to 'www.aol.com' web page
3. Print the page using File-> Print menu option.
4. Observe that on Linux: Only the header on the first page prints and the
browser crashes.
5. On windows and mac: The pages print with a gap in between text on the first
page header and text( bug 24952) and the browser crashes.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M15
Assignee | ||
Comment 1•25 years ago
|
||
Assert in nsDocShell::InitWindow()... seems a parent Widget is needed..
Assignee | ||
Comment 2•25 years ago
|
||
The first problem is an assert in nsDocShell::InitWindow. This seems to be
because a WebShell requires a parentNative widget which a print job does not
have. Can you take a look at this Travis.
Assignee: dcone → travis
Status: ASSIGNED → NEW
This basically relies on all native widgets being removed from the tree.
Unfortunately we aren't there yet. My landing after the tree branches starts
getting more of them removed, but Kevin McCluskey has work to do to remove more
of them. I'm flipping this over to him for now, but I wouldn't expect this to
be fixed anytime real soon.
Assignee: travis → kmcclusk
Comment 4•25 years ago
|
||
Is printing broken in general until all native widgets are removed?. I don't
think we want to commit to removing all native widgets to get printing working
again.
Updated•25 years ago
|
Status: NEW → ASSIGNED
Comment 9•25 years ago
|
||
Don, this is another bug which should be fixed if we create place-holder widgets
for the native widgets during printing.
Assignee: kmcclusk → dcone
Status: ASSIGNED → NEW
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 10•24 years ago
|
||
*** Bug 34366 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 11•24 years ago
|
||
*** Bug 31484 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 12•24 years ago
|
||
This page has extra Table tags and will blow up in the ReparentFrameView code...
Marking as a duplicate of 44718.. which has the same problem.
*** This bug has been marked as a duplicate of 44718 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•