Closed
Bug 1420194
Opened 7 years ago
Closed 7 years ago
Ability to copy screenshotted area as image to clipboard
Categories
(Firefox :: Screenshots, enhancement)
Firefox
Screenshots
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: ShellHacker, Unassigned)
Details
Attachments
(3 files)
The firefox screenshot tool allows a user to select a specific area and convert that into an image that can be uploaded to cloud or downloaded onto the device. However, it'd also be cool to right click over the selected area and then have an option called "Copy Image" which copies it to the clipboard.
This is especially useful because the copied image content on clipboard can directly be pasted as an image on whatsapp web, facebook messenger or twitter.
Reporter | ||
Comment 1•7 years ago
|
||
Step 1: Open the link to the webpage you want a screenshot from
Reporter | ||
Comment 2•7 years ago
|
||
Step 2: Choose the area to be screenshotted.
Reporter | ||
Comment 3•7 years ago
|
||
Step 3: Right click on the content and have a copy image to clipboard option.
Comment 4•7 years ago
|
||
Hi Sudheesh,
This feature was already implemented in the dev version and it will be available in the next release. A "Copy" button will be added beside the "Download" button.
Here is the GitHub issue: https://github.com/mozilla-services/screenshots/issues/2582
Reporter | ||
Comment 5•7 years ago
|
||
@CosminMCG
It's great to see the buttons in the issue discussion you pointed me to but does it also have the copy option on right click? `Ctrl+C` seems like a great add.
Maybe this issue can be closed as a duplicate of Bug 1356543 if the right click with a save option is also implemented.
Comment 6•7 years ago
|
||
I'm closing this as a duplicate of the link in comment 4. ctrl+c and a button are implemented. Right clicking is not because it's not an image until an option is chosen, it's just a mask over the page.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
Reporter | ||
Comment 7•7 years ago
|
||
@clouserw
Would it be difficult to have an option on right click which generates the image and then copies it to clipboard. Doing a right click to copy is a common thing and a lot of non-shortcut savvy people really use that. It'd be a really good thing to have.
Flags: needinfo?(wclouser)
Flags: needinfo?(cosmin.muntean)
Comment 8•7 years ago
|
||
It wouldn't be cheap, because the image isn't made yet (you can still drag the mask around). Generation of the image takes a decent amount of time with a big image (example: click the fullpage button on giphy.com). We're going to land the button and see how it goes.
Cheers!
Flags: needinfo?(wclouser)
Flags: needinfo?(cosmin.muntean)
You need to log in
before you can comment on or make changes to this bug.
Description
•