Closed
Bug 775766
Opened 13 years ago
Closed 13 years ago
Add "Copy Email Address" to long press context menu
Categories
(Firefox for Android Graveyard :: General, enhancement)
Tracking
(firefox14 wontfix, firefox15 wontfix, firefox16 wontfix)
VERIFIED
FIXED
Firefox 17
People
(Reporter: mcomella, Assigned: mcomella)
References
Details
Attachments
(2 files, 2 obsolete files)
4.19 KB,
patch
|
mcomella
:
review+
|
Details | Diff | Splinter Review |
86.69 KB,
image/png
|
Details |
A long press on a "mailto:" link should open the context menu with a "Copy Email Address" option.
This is similar to bug 744662, where you may share email addresses (but it keeps the "mailto:" in the link).
Assignee | ||
Comment 1•13 years ago
|
||
As per the TODO on line 1107 (https://mxr.mozilla.org/mozilla-central/source/mobile/android/chrome/content/browser.js#1107), it might be better to begin moving the context menu items to individual classes, rather than the current mass copy/paste block. I think it would be best to file a followup bug and do it at least after the remaining long press options are implemented ("Copy phone number" and "Copy image location", as per bug 718437). Do you agree?
Also note that this patch builds on the patch in bug 769886 ("Copy link") which may not be on mozilla-central yet.
Attachment #644108 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 2•13 years ago
|
||
Updated single quotes to double quotes for consistency.
Attachment #644108 -
Attachment is obsolete: true
Attachment #644108 -
Flags: review?(mark.finkle)
Attachment #644113 -
Flags: review?(mark.finkle)
Comment 3•13 years ago
|
||
Comment on attachment 644113 [details] [diff] [review]
Patch v2
This looks fine, but Wes is re-organizing the place where context menu actions are initialized. You'll need to rebase for that.
Attachment #644113 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Rebase to inbound (including wesj's patch). Moved r+.
Attachment #644113 -
Attachment is obsolete: true
Attachment #644526 -
Flags: review+
Assignee | ||
Comment 5•13 years ago
|
||
To checker-in:
Apply bug 769886 before applying this patch.
Depends on: 769886
Keywords: checkin-needed
Comment 6•13 years ago
|
||
Flags: in-testsuite-
Keywords: checkin-needed
Comment 7•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 17
Updated•13 years ago
|
status-firefox17:
affected → ---
Comment 8•13 years ago
|
||
Aurora/Beta nom?
Assignee | ||
Comment 9•13 years ago
|
||
(In reply to Aaron Train [:aaronmt] from comment #8)
> Aurora/Beta nom?
While this bug is a simple change, it relies on several code changes which may not be as simple or low risk. As this is not an essential fix, I think it would be safer to leave it on central.
Assignee | ||
Updated•13 years ago
|
Comment 10•12 years ago
|
||
Build ID: 17.0a2 (2012-10-08)Aurora Channel
18.0 (2012-10-08) Nightly Channel
19.0 (2012-10-09) Nightly Channel
Device: Samsung Galaxy Nexus
OS: Android 4.1
Marking bug as Verify Fixed.
Comment 11•12 years ago
|
||
Screen with the option and the menu for e-mails.
Updated•12 years ago
|
Status: RESOLVED → VERIFIED
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•