Closed
Bug 800977
Opened 12 years ago
Closed 12 years ago
Work - implement copy image to clipboard context action
Categories
(Firefox for Metro Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ally, Assigned: jimm)
References
Details
(Keywords: feature, Whiteboard: feature=work)
Attachments
(1 file, 1 obsolete file)
13.62 KB,
patch
|
mbrubeck
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Updated•12 years ago
|
OS: Mac OS X → Windows 8 Metro
Updated•12 years ago
|
Whiteboard: [metro-mvp] → [metro-mvp][LOE:-]
Comment 1•12 years ago
|
||
We are going to have three image context menu items, Copy image (which should copy the image to the clipboard) "View image in new tab", and "Save image to picture library".
Summary: implement copy image location context action → implement copy image to clipboard context action
Whiteboard: [metro-mvp][LOE:-] → [metro-mvp][LOE:-] feature=work
Updated•12 years ago
|
Updated•12 years ago
|
Summary: implement copy image to clipboard context action → Work - implement copy image to clipboard context action
Whiteboard: [metro-mvp][LOE:-] feature=work → feature=work
![]() |
Assignee | |
Comment 2•12 years ago
|
||
(In reply to Asa Dotzler [:asa] from comment #1)
> We are going to have three image context menu items, Copy image (which
> should copy the image to the clipboard) "View image in new tab", and "Save
> image to picture library".
We currently have Copy Image Location, which copies the image url to the clipboard. I can implement Copy Image, which would copy the raw bits into the clipboard. If so, should we get of Copy Image Location?
Flags: needinfo?(asa)
![]() |
Assignee | |
Comment 3•12 years ago
|
||
I wonder which would be more useful to the user?
Comment 4•12 years ago
|
||
(In reply to Jim Mathies [:jimm] from comment #2)
> (In reply to Asa Dotzler [:asa] from comment #1)
> > We are going to have three image context menu items, Copy image (which
> > should copy the image to the clipboard) "View image in new tab", and "Save
> > image to picture library".
>
> We currently have Copy Image Location, which copies the image url to the
> clipboard. I can implement Copy Image, which would copy the raw bits into
> the clipboard. If so, should we get of Copy Image Location?
We want copy image to clipboard with the actual bits so you can easily paste into another context. We don't want copy location.
Flags: needinfo?(asa)
![]() |
Assignee | |
Comment 5•12 years ago
|
||
Assignee: nobody → jmathies
![]() |
Assignee | |
Comment 6•12 years ago
|
||
Attachment #712887 -
Attachment is obsolete: true
![]() |
Assignee | |
Comment 7•12 years ago
|
||
Comment on attachment 712888 [details] [diff] [review]
patch v.1
I originally tried to get this working using commands, but the code that handles those looks to the root doc for a popup node, which I'm unable to set from our isolated content realm. So I found a way to do it manually down in the 'virtual' content process.
Attachment #712888 -
Flags: review?(mbrubeck)
Comment 8•12 years ago
|
||
Comment on attachment 712888 [details] [diff] [review]
patch v.1
Review of attachment 712888 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/metro/base/content/BrowserTouchHandler.js
@@ +22,5 @@
> onContentContextMenu: function onContentContextMenu(aMessage) {
> let contextInfo = { name: aMessage.name,
> json: aMessage.json,
> + // Note, target here is the target of the message manager message,
> + // usually the browser.
Purely for aesthetics, can you move this comment above the "let"?
Attachment #712888 -
Flags: review?(mbrubeck) → review+
![]() |
Assignee | |
Comment 9•12 years ago
|
||
Comment 10•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
OS: Windows 8 Metro → Windows 8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•