Closed
Bug 1360149
Opened 8 years ago
Closed 7 years ago
NS_ERROR_FAILURE [nsIWebProgressListener.onProgressChange] return error at in printUtils.js when I switch Portrait and Landscape quickly in print preview
Categories
(Core :: Print Preview, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: masayuki, Unassigned)
Details
STR:
1. Open print preview with a page (perhaps, any page is okay)
2. Switch Portrait and Landscape quickly, and continue it again and again...
Actual Result:
The layout is sometime broken, e.g., scrollable view is narrower than the window, print preview becomes blank (white) etc. Then, I see
> NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIWebProgressListener.onProgressChange] printUtils.js:422
> receiveMessage chrome://global/content/printUtils.js:422:16
It's here:
https://searchfox.org/mozilla-central/rev/ce5ccb6a8ca803271c946ccb8b43b7e7d8b64e7a/toolkit/components/printing/content/printUtils.js#422-426
Comment 1•8 years ago
|
||
I wonder if this could be related to bug 1346873.
Reporter | ||
Comment 2•8 years ago
|
||
Could be. I tried to reproduce it in opt build (I usually see the crash in debug build, though) but I couldn't reproduce it, instead, I see only the error in browser console.
Updated•8 years ago
|
status-firefox55:
--- → affected
status-firefox57:
affected → ---
Updated•7 years ago
|
Flags: needinfo?(bobowencode)
Comment 3•7 years ago
|
||
hi masayuki - are you able to reproduce this since bug 1365601 landed?
Flags: needinfo?(bobowencode) → needinfo?(masayuki)
Reporter | ||
Comment 4•7 years ago
|
||
Although, I'm not 100% sure related to bug 1365601, I cannot reproduce the crash on debug build nor the error in Brwoser Console.
-> WFM.
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox56:
--- → verified
Flags: needinfo?(masayuki)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•