Copy name action doesn't copy
Categories
(bugzilla.mozilla.org :: User Interface, defect, P2)
Tracking
()
People
(Reporter: artemmanusenkov, Assigned: kohei)
References
Details
(Keywords: bmo-triaged)
Attachments
(2 files)
It doesn't copy in user_profile and from bug comments :(
I think it was added here https://bugzilla.mozilla.org/show_bug.cgi?id=1827272
Comment 1•6 months ago
|
||
Verified. Funny it works fine from the show bug page, just not on the user profile page for me. Will require more investigation.
| Reporter | ||
Comment 2•6 months ago
|
||
copying from show_bug has never worked for me :(
| Assignee | ||
Comment 3•6 months ago
•
|
||
Copy Name on the Show Bug page works for me.
It doesn’t work on User Profile and other pages because #clip only exists on the Show Bug page. It fails silently because of jQuery.
These elements are unnecessary because we can use the modern Clipboard API instead of document.execCommand("copy").
I can volunteer to fix it.
Comment 4•6 months ago
|
||
Comment 6•6 months ago
|
||
Authored by https://github.com/kyoshino
https://github.com/mozilla-bteam/bmo/commit/c54a910dfce4944ebd9bf2455c36adcf68dde0b6
[master] Bug 1984006 - Copy name action doesn't copy
Description
•