Closed
Bug 252277
Opened 21 years ago
Closed 14 years ago
Remove "Send Image...", "Send Video...", and "Send Audio..." from context menus
Categories
(Firefox :: Menus, enhancement)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: sgarrity, Assigned: jaws)
Details
Attachments
(1 file, 1 obsolete file)
|
12.86 KB,
patch
|
Details | Diff | Splinter Review |
This is split off from bug 239307
The sending an image can also be achieved clicking "View Image..." and then
using the File -> Send Page... menu item.
Related discussion in the MozillaZine Forums:
http://forums.mozillazine.org/viewtopic.php?t=65126
Reproducible: Always
Steps to Reproduce:
1. Right click on an image or a link
2. Notice the "Send Image..." menu item
3. Take a deep breath
Comment 1•20 years ago
|
||
Send image is ambiguous. I clicked on it expecting it to function like the "Send
to..." menu option in explorer. Should be called "E-mail Image" Same for all the
pther "Send" things that do e-mail stuff. In fact when there becomes multiple
e-mail items they can be broken off into a submenu of the right click menu, with
the name "E-mail..."
Updated•20 years ago
|
Assignee: firefox → nobody
QA Contact: bugzilla → menus
Comment 2•18 years ago
|
||
"You can do it in a more complicated way, so its not needed." is the argument here. Oy?
Comment 3•16 years ago
|
||
Can we at least change it to "Email link to Image"?
That is what it actually does. Or is that a separate, separate bug? :)
Comment 4•14 years ago
|
||
I suggest change it to "Send Link To Image..." to make it consistent with "Send Link..."
Or we can change both to "Email Link To Image..." and "Email Link..."
Comment 5•14 years ago
|
||
Does this bug take care of the respective Localizations ?
| Assignee | ||
Comment 6•14 years ago
|
||
Comment on attachment 612167 [details] [diff] [review]
Proposed patch
Review of attachment 612167 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks for the patch Nguyen. I'd like to see us take a larger look at the necessity of some of our context menuitems and determine how necessary each one really is.
As people are moving away from desktop mail clients and towards web mail clients, Firefox integration with these mail clients is harder and more rare (it is possible but my gut guess is that the adoption rate is on the < 2% range).
::: browser/locales/en-US/chrome/browser/browser.dtd
@@ +419,5 @@
> <!ENTITY saveVideoCmd.label "Save Video As…">
> <!ENTITY saveVideoCmd.accesskey "v">
> <!ENTITY saveAudioCmd.label "Save Audio As…">
> <!ENTITY saveAudioCmd.accesskey "v">
> +<!ENTITY sendImageCmd.label "Send Link To Image…">
I don't think we'll change this text, but if we did change it then we would also have to change the entity name here.
Attachment #612167 -
Flags: review-
| Assignee | ||
Comment 7•14 years ago
|
||
I think we can remove the "Send Image..." context menu items as well as the ones for audio & video. The extra context menu adds visual noise and likely doesn't get much use.
As a comparison, the menuitem in the app menu for "Send Link..." has only 0.6% use from users (http://blog.mozilla.org/ux/files/2012/06/menus.png).
We should get sign-off from the UX team before making this change, so I've flagged them for UX review on this patch.
Assignee: nobody → jaws
Status: NEW → ASSIGNED
Attachment #632168 -
Flags: ui-review?(ux-review)
Attachment #632168 -
Flags: review?(dao)
| Assignee | ||
Updated•14 years ago
|
Summary: Remove "Send Image..." from context menus → Remove "Send Image...", "Send Video...", and "Send Audio..." from context menus
Updated•14 years ago
|
Attachment #612167 -
Attachment is obsolete: true
Comment 8•14 years ago
|
||
Comment on attachment 632168 [details] [diff] [review]
Patch for bug
Please run test_contextmenu.html locally to check for failures.
Attachment #632168 -
Flags: review?(dao) → review+
| Assignee | ||
Comment 9•14 years ago
|
||
test_contextmenu.html passes with all green locally.
Here's the usage statistics from gregglind for "Send Link As..." on the context menu for ui-review:
item %people_used %mean_among_users %median %top5pct
sendimage 3.34 1.93 1 3
sendlink 0.89 1.4 1 4
sendpage 0.89 2.93 1 31
To interpret:
"Among Test Pilot Users (a technologically) sophisticated audience,
all three features are used, rarely. "Sendimage" is the most common
and has the most even distribution. Sendpage seems to be very heavily used,
but only by a tiny subset of users."
| Assignee | ||
Comment 10•14 years ago
|
||
After further discussion with shorlander, we have decided to WONTFIX this bug and instead rename the menuitems to be more obvious. The results from a test pilot heatmap study show a significantly larger amount of clicks on the context menu items compared to the sendpage menuitem (bug 239307).
The difference between these two bugs is that page URLs generally have a visible place to view and copy, whereas media URLs are generally hidden from the view of most users.
See bug 770419 for the renaming of these menuitems.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•14 years ago
|
Attachment #632168 -
Flags: ui-review?(ux-review)
Attachment #632168 -
Flags: review+
You need to log in
before you can comment on or make changes to this bug.
Description
•