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 355968 - "copy link address" from hyperlink in channel topic doesn't copy
"copy link address" from hyperlink in channel topic doesn't copy
Status: RESOLVED FIXED
Product: libsexy
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Libsexy Maintainers
Libsexy Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-09-14 14:49 UTC by Dean Sas
Modified: 2007-04-04 00:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dean Sas 2006-09-14 14:49:22 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.
Comment 1 Christian Persch 2006-09-14 23:10:13 UTC
It works for clipboard paste here, but not for PRIMARY paste. conversation-panel.c:copy_text maybe should also update PRIMARY.
Comment 2 Guillaume Desmottes 2006-09-16 19:18:53 UTC
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?
Comment 3 Christian Persch 2006-09-17 12:21:16 UTC
Ignore comment 1, I was testing something different.
Comment 4 David Trowbridge 2007-04-04 00:37:05 UTC
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.