Closed
Bug 146321
Opened 23 years ago
Closed 22 years ago
implement File Menu: Send Link
Categories
(Camino Graveyard :: Toolbars & Menus, enhancement)
Tracking
(Not tracked)
VERIFIED
FIXED
Camino0.7
People
(Reporter: winnie, Assigned: sfraser_bugs)
References
Details
Attachments
(1 file)
6.10 KB,
patch
|
Details | Diff | Splinter Review |
"File Menu: Send Link" should be greyed out if no current window is open. Maybe
related to external protocol support (bug 145807).
Comment 2•23 years ago
|
||
Not related to external protocol support. Should be handled by whatever
listener updates the state of the menu items when a window opens/closes/loads a
new page
Reporter | ||
Comment 3•23 years ago
|
||
Test cases for Navigator file menu:
http://www.mozilla.org/quality/browser/front-end/testcases/menus/#file
Test cases for context menus in general:
http://www.mozilla.org/quality/browser/front-end/testcases/context-menus/
Using Chimera/20020602, no "Send Link" item is visible in the File menu.
Comment 5•23 years ago
|
||
This was fixed long, long ago. I can't even remember the last build that had a
"Send Link" item.
Resolving Invalid since the menu item no longer apparently exists.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Comment 7•23 years ago
|
||
Reopening - this is a key requirement.
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
So then this bug is actually about implementing Send Link, then, I take it.
Comment 9•23 years ago
|
||
I think it should be up to Pinkerton whether or not we're going to have this
menu item if that's what this bug is about now. I hardly think it is a key
requirement since you can do the exact same thing by typing cmd-L and choosing
Services>Mail>Mail Text.
Comment 10•23 years ago
|
||
Yes - the original desrciption does not make that clear. The product should
implement the ability to launch the default mail app with the current URL
prepopulated in the message body.
Comment 11•23 years ago
|
||
Typing cmd-L and choosing Services>Mail>Mail Text does indeed accomplish the
same thing but it requires the user to select the URL before going to a menu
three levels deep.
A top level menu item would make this capability more discoverable and easier to
use (one step rather than two).
Updated•23 years ago
|
Component: General → Toolbars & Menus
QA Contact: winnie → sairuh
Summary: File Menu: Send Link → implement File Menu: Send Link
Comment 12•22 years ago
|
||
i think effectively implementing Services could possibly eliminate adding this
menu item --see bug 152023 comment 6.
Comment 13•22 years ago
|
||
Setting to an RFE and asking what's the current opinion on whether or not we'd
actually want this as a top level menu item rather than a Services item?
Severity: normal → enhancement
Comment 14•22 years ago
|
||
It'd be almost like having a Chimera-specific variant of the Copy command,
except much less useful. The Mail service provides this functionality in a
system-wide fashion, through an operation that works the same in all apps that
support services.
And so what if it's not a top level menu command? Should it even be one? No.
Sending a link over e-mail is something that people don't want/need to do as
frequently as they open or close windows/tabs. Making the File menu longer with
an item whose functionality is already available and one that isn't actually all
that important in the first place seems a tad silly to me.
Comment 15•22 years ago
|
||
*** Bug 171724 has been marked as a duplicate of this bug. ***
Comment 16•22 years ago
|
||
i agree with lauri. i don't think this should be yet another toplevel menu item.
(context menus are another case --see bug 166958.) once services are
implemented, that should suffice.
recommend WONTFIX.
Comment 17•22 years ago
|
||
Services only work with Apple's Mail.app, and are unavailable if it is not on
the user's system, or if the user has never configured it. Mail's services also
do not place the page title in the subject header, as do IE and Mozilla. I
don't believe that services adequately provide this functionality.
Comment 18•22 years ago
|
||
Comment 19•22 years ago
|
||
Joseph, thanks for the patch
-> pinkerton for consideration
Assignee: sdagley → pinkerton
Status: REOPENED → NEW
Comment 20•22 years ago
|
||
i think this is probably worth considering. it does make sense to have something
like this.
Comment 21•22 years ago
|
||
->simon?
services has been implemented, but it turns out that sending the url (or page)
is not directly available from the services menu. instead, it'd take the user
two steps to accomplish this (select urlbar, the select mail under services).
as things stand now, i'm backing down from my comment 16 --having the File >
Send Link menu item would provide a good 1-step method to accomplish this task.
Assignee | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 22•22 years ago
|
||
I checked in the patch, with some fixes. Thanks!
Status: ASSIGNED → RESOLVED
Closed: 23 years ago → 22 years ago
Resolution: --- → FIXED
Updated•22 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•