Closed
Bug 1190344
Opened 10 years ago
Closed 10 years ago
Composer print/preview locks-up at the progress-pane stage
Categories
(Toolkit :: Printing, defect)
Toolkit
Printing
Tracking
()
RESOLVED
FIXED
mozilla42
Tracking | Status | |
---|---|---|
firefox42 | --- | fixed |
People
(Reporter: iannbugzilla, Assigned: mconley)
References
Details
(Keywords: regression)
Attachments
(2 files)
From Bug 1142997 comment 21
2015-08-01 Nightly Build from <http://ftp.mozilla.org/pub/mozilla.org/seamonkey/nightly/latest-comm-central-trunk/> build. Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39a1 ID:20150801003001 CSet: 85f81472a34c
Composer print/preview locks-up at the progress-pane stage-
Error Console produces this eror:-
Timestamp: 03/08/15 14:45:01
Error: [Exception... "Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIWebBrowserPrint.printPreview]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: chrome://global/content/browser-content.js :: enterPrintPreview :: line 466" data: no]
Source File: chrome://global/content/browser-content.js
Line: 470
Also, I just tried the print/print-preview from the "new-message" compose / Editor pane, and got the identical error again. Works fine for received messages, so is similar to this bug if I'm wrong.
Similar error for New Message (Compose/Editor)
Timestamp: 03/08/15 15:07:50
Error: [Exception... "Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIWebBrowserPrint.printPreview]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: chrome://global/content/browser-content.js :: enterPrintPreview :: line 466" data: no]
Source File: chrome://global/content/browser-content.js
Line: 470
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Regression window:
Last good: 2015-07-09 14:28:00 PDT c-c:410e376f4a32 m-c:95a40a305e1b
First bad: 2015-07-10 15:09:00 PDT c-c:f20ad5d03baa m-c:d8df07a11ff7
(In reply to Hartmut Figge from comment #2)
> Regression window:
> Last good: 2015-07-09 14:28:00 PDT c-c:410e376f4a32 m-c:95a40a305e1b
> First bad: 2015-07-10 15:09:00 PDT c-c:f20ad5d03baa m-c:d8df07a11ff7
Which is when the fix to bug 1146454 landed on m-c: https://hg.mozilla.org/mozilla-central/rev/dfd2a128d19c
Comment 4•10 years ago
|
||
I have some difficulties to reproduce the problem, see <https://bugzilla.mozilla.org/show_bug.cgi?id=1190348#c3>
Does "print/preview" mean
a) 'File → Print...' and also 'File → Print Preview'
or
b) 'File → Print Preview' (only)?
Comment 5•10 years ago
|
||
My bad! Should be Print and print-preview via Editor (Web-page-Composer and Message-Compose windows)
"print/preview" means;-
a) 'File → Print...' and also 'File → Print Preview'
Assignee | ||
Updated•10 years ago
|
Flags: needinfo?(mconley)
Assignee | ||
Comment 6•10 years ago
|
||
Can somebody point me to the code that's calling into printUtils.printPreview?
Flags: needinfo?(mconley) → needinfo?(iann_bugzilla)
Comment 7•10 years ago
|
||
(In reply to Mike Conley (:mconley) - Needinfo me! from comment #6)
> Can somebody point me to the code that's calling into
> printUtils.printPreview?
pUpP.txt holds the result of 'grep -ri --exclude-dir .hg printUtils.printPreview src/' for the source of SM-Trunk. Does this help?
Assignee | ||
Comment 8•10 years ago
|
||
Bug 1190344 - Add outerWindowID read-only property to editor binding. r?ehsan
Assignee | ||
Comment 9•10 years ago
|
||
Can somebody with a SeaMonkey build off of the latest mozilla-central go into the mozilla/ subdirectory and run:
hg pull -r 1a0d3b1b3c5cab4a70c7c1d5efc912e284aaab2f https://reviewboard-hg.mozilla.org/gecko/
Then update to tip, and build, and see if this fixes it?
Comment 10•10 years ago
|
||
Well for me the easiest way to test was to implement the changes manually in the omni.ja of my current SM-Trunk. And yes, it works. :)
Assignee | ||
Comment 11•10 years ago
|
||
Comment on attachment 8643149 [details]
MozReview Request: Bug 1190344 - Add outerWindowID read-only property to editor binding. r?ehsan
Bug 1190344 - Add outerWindowID read-only property to editor binding. r?ehsan
Attachment #8643149 -
Flags: review?(ehsan)
Comment 12•10 years ago
|
||
Comment on attachment 8643149 [details]
MozReview Request: Bug 1190344 - Add outerWindowID read-only property to editor binding. r?ehsan
https://reviewboard.mozilla.org/r/14995/#review13479
Ship It!
Attachment #8643149 -
Flags: review?(ehsan) → review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 13•10 years ago
|
||
Keywords: checkin-needed
Comment 14•10 years ago
|
||
Assignee: nobody → mconley
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
You need to log in
before you can comment on or make changes to this bug.
Description
•