After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 144224 - wrong context menu on mailto: links
wrong context menu on mailto: links
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: [obsolete] Backend:Mozilla
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Marco Pesenti Gritti
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2004-06-12 16:36 UTC by Christian Persch
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
implementation (2.58 KB, patch)
2004-09-03 15:00 UTC, Christian Persch
none Details | Review

Description Christian Persch 2004-06-12 16:36:29 UTC
On a mailto: link, the context menu is the normal link popup, which offers Open
In New [Tab|Window], Download Link and Save Link As, all of which should not be
there. IMHO it should only offer Open Link (or maybe better something like
"Write mail to...") and Copy Email Address.
(But noticed by Crispin)
Comment 1 Christian Persch 2004-09-03 15:00:26 UTC
Created attachment 31240 [details] [review]
implementation

Marco, ok to commit?
Comment 2 Marco Pesenti Gritti 2004-09-04 17:12:21 UTC
Looks good but I dont see the reason of the update_edit_button_sensitivity ?
Comment 3 Marco Pesenti Gritti 2004-09-04 18:42:04 UTC
I think you need to add a Copy item like in the link context menu. It's
necessary for when links are selected. (that's the reason of the update_). Then
please commit.
Comment 4 Christian Persch 2004-09-04 19:52:03 UTC
Added the Copy item to the email link popup, and committed.