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 540174 - Should allow simple copy-paste of bug URL
Should allow simple copy-paste of bug URL
Status: RESOLVED FIXED
Product: bug-buddy
Classification: Deprecated
Component: general
2.22.x
Other Linux
: Normal minor
: ---
Assigned To: Bug-buddy Maintainers
Bug-buddy Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-25 15:42 UTC by Josselin Mouette
Modified: 2008-08-01 08:07 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Josselin Mouette 2008-06-25 15:42:57 UTC
[ Forwarded from http://bugs.debian.org/486178 by Matijs van Zuijlen ]

After sending the bug report, bug-buddy shows a link to the bug report's
URL. However, this link is a button. This makes it impossible to just copy
the URL to the clipboard.

In almost all cases, this is not a problem, since clicking the button will
just open the page. However, when the bug is in the web browser, the URL
will not open since the crashed web browser instance is still present.
Comment 1 Cosimo Cecchi 2008-07-31 22:46:35 UTC
Confirming.
Would a right click popup with a "Copy Link Address" item be fine for you?
Comment 2 Josselin Mouette 2008-07-31 22:52:09 UTC
That would indeed do the trick.

Other options are to put the address as a regular link in the text, or to make it text-only and put an "open" button on the right.
Comment 3 Cosimo Cecchi 2008-08-01 08:07:25 UTC
I fixed this in trunk.

2008-08-01  Cosimo Cecchi  <cosimoc@gnome.org>

	* src/bug-buddy.c: (copy_link_item_activated_cb),
	(build_link_menu), (link_button_press_event_cb), (bug_sent):
	Add a right click menu item "Copy Link Address" on the GtkLinkButton
	to allow copying of the bug URL (#540174).