Closed
Bug 1108436
Opened 10 years ago
Closed 10 years ago
screenshot --fullpage not working on Yahoo! finance
Categories
(DevTools Graveyard :: Graphic Commandline and Toolbar, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 766661
People
(Reporter: karlcow, Unassigned)
References
()
Details
1. with Firefox Desktop 35 and a fake Chrome Mobile Android UA.
2. Go to http://finance.yahoo.com/q;_ylt=A0LEVxNjc3ZUfQkAZBpx.9w4?s=IWIRX
3. With Developer toolbar type
screenshot yahoofinance --fullpage
Expected:
Have the png saved.
Actual:
[Exception... "Failure" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/gcli/commands/screenshot.js :: exports.items<.grabScreen/< :: line 143" data: no]
Note:
Working if only doing: screenshot yahoofinance
Reporter | ||
Updated•10 years ago
|
Are you using e10s in your test?
Flags: needinfo?(kdubost)
Reporter | ||
Comment 2•10 years ago
|
||
jryans,
Two different browser versions:
in about:config:
browser.displayedE10SNotice;2
browser.displayedE10SPrompt.1;1
gecko.buildID;20141125180439
in about:config:
browser.requestE10sFeedback;true
print.enable_e10s_testing;true
gecko.buildID;20141208004001
Same error messages. Hope it helps.
Flags: needinfo?(kdubost)
Reporter | ||
Comment 4•10 years ago
|
||
Not working on http://tympanus.net/codrops/css_reference/flexbox/
Reporter | ||
Comment 5•10 years ago
|
||
Comment #4 more context
screenshot web-design-tympanus --fullpage
it gives
[Exception... "Failure" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/gcli/commands/screenshot.js :: exports.items<.grabScreen/< :: line 143" data: no]
This seems to be the same issue as bug 766661, where it fails for "large" pages over a certain height.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 7•10 years ago
|
||
I was not sure about because the Yahoo! Web page is not long.
By curiosity, I just tested with a more recent version of developer tools on 37.0.2
Let's see.
1. http://finance.yahoo.com/q;_ylt=A0LEVxNjc3ZUfQkAZBpx.9w4?s=IWIRX
document.body.scrollHeight
2593
----> no more issue
2. http://www.lemonde.fr/
document.body.scrollHeight
12294
----> no issue
3. http://www.dailymail.co.uk/home/index.html
document.body.scrollHeight
37787
----> failing
[Exception... "Failure" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/gcli/commands/screenshot.js :: exports.items<.grabScreen/< :: line 143" data: no]
4. http://tympanus.net/codrops/css_reference/flexbox/
document.body.scrollHeight
49286
----> still failing with
[Exception... "Failure" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/gcli/commands/screenshot.js :: exports.items<.grabScreen/< :: line 143" data: no]
Might be it indeed.
Thanks!
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•