GNOME Bugzilla – Bug 355968
"copy link address" from hyperlink in channel topic doesn't copy
Last modified: 2007-04-04 00:37:05 UTC
This bug has been forwarded from https://launchpad.net/distros/ubuntu/+source/xchat-gnome/+bug/60414 """ 1. Right click on link in a channels topic. 2. Click on 'Copy Link Address'. 3. Try paste into a text editor or browser. Result: The text supposedly copied will not paste. """ The ubuntu packages does contain some patches from SVN.
It works for clipboard paste here, but not for PRIMARY paste. conversation-panel.c:copy_text maybe should also update PRIMARY.
With my HEAD version, URL in topic bar seems to be buggy. The mouse pointer doesn't change into a hand and right click on it don't open the URL context menu. Any idea?
Ignore comment 1, I was testing something different.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report. Tue Apr 03 17:32:00 PDT 2007 David Trowbridge <trowbrds@gmail.com> * libsexy/sexy-url-label.c: - Update the CLIPBOARD selection in addition to PRIMARY when selecting "Copy Link Address" in the context menu. Bug #355968.