Closed
Bug 44335
Opened 26 years ago
Closed 7 years ago
Provide a way to copy an email address from the cc list
Categories
(Bugzilla :: User Interface, enhancement, P4)
Bugzilla
User Interface
Tracking
()
RESOLVED
FIXED
Bugzilla 6.0
People
(Reporter: bugzilla, Unassigned)
References
Details
Now that we have this new form of cc, there's no longer a way to copy an email
address. This is very annoying when, say, trying to cc everyone from one bug
to the bug that it's been marked a duplicate of.
Could we have a button to copy the selected email addresses (comma delimited)?
Would just involve a little JS.
Comment 1•26 years ago
|
||
Eek. I'm the one that caused this predicament. I never thought about copying
addresses out of it, but you're right, I had done that from time to time before,
too.
Comment 2•26 years ago
|
||
OK, I can't find any mention of the clipboard or copying or pasting in the
O'Reilly Javascript reference... so unless you know something I don't, it's not
going to be that easy. However, what I did figure out how to do (and it would be
friendly to the people that don't have Javascript, also) is to dynamically alter
a link when it's clicked on... say a mailto link that contained the addresses of
everyone on the CC list by default. The onClick handler for it will scan the CC
list and modify the link to include only the selected names before activating the
link. If the person doesn't have Javascript, they'd get them all anyway (a
reasonable tradeoff). I assume your reason for copying an email address from the
CC line is so you can email that person individually? In that case, this would
work, right?
| Reporter | ||
Comment 3•26 years ago
|
||
Hi Dave,
Actually, no...my reason for copying email addresses from the cc list is to
transfer them to other cc lists. I'll look more into the JS problem when i get
home (i'm currently away). Even displaying them in plain text on the page when
clicked on would be fine...just anything to let me copy them. Thanks.
Comment 4•26 years ago
|
||
I don't think this is a problem and that adding yet another button to the UI
will be bad, but maybe you can figure out some elegent solution. good luck
Comment 5•26 years ago
|
||
There's currently no way of copying many of the things in the UI. Maybe have a
link which shows the bug in a read-only text mode.
Comment 6•26 years ago
|
||
Hmm, isn't that what the "Format For Printing" link does? Hmm, the CC's aren't
listed on that...
We do have an xml export version, but i don't remember how to get to that.
Comment 9•25 years ago
|
||
timeless - http://bugzilla.mozilla.org/xml.cgi?id=44335?
Comment 10•25 years ago
|
||
not useful but http://bugzilla.mozilla.org/show_activity.cgi?id=44335 works.
it's just a royal pain. ARG it means i can't ask us to use word wrap, because
then dumb nc4 will prevent us from pasting them into the next cc list.
Comment 11•25 years ago
|
||
I suggest we add CC to "Format For Printing" and mark this one FIXED.
Comment 12•25 years ago
|
||
Or we could make Cc a link to all cc's. I might do that ...
Updated•25 years ago
|
Target Milestone: --- → Bugzilla 2.16
Comment 13•25 years ago
|
||
-> Bugzilla product, User Interface component, reassigning.
Assignee: tara → myk
Component: Bugzilla → User Interface
Product: Webtools → Bugzilla
Version: other → unspecified
Comment 14•24 years ago
|
||
We are currently trying to wrap up Bugzilla 2.16. We are now close enough to
release time that anything that wasn't already ranked at P1 isn't going to make
the cut. Thus this is being retargetted at 2.18. If you strongly disagree with
this retargetting, please comment, however, be aware that we only have about 2
weeks left to review and test anything at this point, and we intend to devote
this time to the remaining bugs that were designated as release blockers.
Target Milestone: Bugzilla 2.16 → Bugzilla 2.18
Comment 15•23 years ago
|
||
See also bug 64468, "Ability to copy text from listboxes".
Javascript is not allowed to place text directly on the clipboard (see bug 97284
comment 157).
Comment 16•23 years ago
|
||
The User Interface component now belongs to Gerv. Reassigning all UNCONFIRMED
and NEW (but not ASSIGNED) bugs currently owned by Myk (the previous component
owner) to Gerv.
Assignee: myk → gerv
Comment 17•23 years ago
|
||
Reassigning back to Myk. That stuff about Gerv taking over the User Interface
component turned out to be short-lived. Please pardon our confusion, and I'm
very sorry about the spam.
Assignee: gerv → myk
Comment 18•23 years ago
|
||
No one working on it, and it doesn't seem to be a big impediment; dropping
priority and pushing off. Perhaps this should really be WONTFIXed as a browser
bug. Do other browsers let you copy text from drop-down menus?
Priority: P3 → P5
Target Milestone: Bugzilla 2.18 → Bugzilla 2.20
Comment 19•21 years ago
|
||
Bugzilla 2.20 feature set is now frozen as of 15 Sept 2004. Anything flagged
enhancement that hasn't already landed is being pushed out. If this bug is
otherwise ready to land, we'll handle it on a case-by-case basis, please set the
blocking2.20 flag to '?' if you think it qualifies.
Target Milestone: Bugzilla 2.20 → Bugzilla 2.22
QA Contact: mattyt-bugzilla → default-qa
Target Milestone: Bugzilla 2.22 → ---
Updated•19 years ago
|
Assignee: myk → ui
Updated•19 years ago
|
Blocks: bz-show_bug
Updated•18 years ago
|
Priority: P5 → P4
Comment 20•7 years ago
|
||
The modal UI created for BMO and shipping with Bugzilla 6.0 allows to do this.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Bugzilla 6.0
You need to log in
before you can comment on or make changes to this bug.
Description
•