Closed
Bug 1112607
Opened 10 years ago
Closed 10 years ago
about:* print preview stalls
Categories
(Toolkit :: Printing, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1119563
| Tracking | Status | |
|---|---|---|
| e10s | ? | --- |
People
(Reporter: u123541, Unassigned)
Details
(Keywords: regression)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0
Build ID: 20141216030203
Steps to reproduce:
While doing ancillary testing for bug 1112380, discovered that about:* pages don't crash. So, tried printing about:config (filtered with "e10s").
Actual results:
Opens a New Tab, and displays this dialog:
Print Preview
Title: about:config
Progress: Preparing...
which stays on screen -- never finishes, so must be closed.
Expected results:
Move on to Print dialog..?
Summary: about print preview stalls → about:* print preview stalls
Updated•10 years ago
|
Component: Untriaged → Printing
Product: Firefox → Toolkit
Comment 1•10 years ago
|
||
This just does nothing on 35, but it breaks as described on nightly. In particular:
NS_ERROR_UNEXPECTED: component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIWebBrowserPrint.printPreview] (browser-content.js:429):
docShell.printPreview.printPreview(printSettings, contentWindow, this);
which should probably check that it's a XUL doc and then warn ("Can't print a XUL document") and do nothing, which is what trying to print it on OS X does (at least used to do, before e10s).
Mike, is this your kind of thing? :-)
tracking-e10s:
--- → ?
Flags: needinfo?(mconley)
Keywords: regression
OS: Linux → All
Hardware: x86_64 → All
Comment 2•10 years ago
|
||
Yeah, this isn't great, but will probably be mitigated by bug 1119563 and bug 1119562.
Flags: needinfo?(mconley)
Updated•10 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•