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 585627 - The new GtkLabel link support seems broken
The new GtkLabel link support seems broken
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkLabel
2.17.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2009-06-13 07:50 UTC by Juanjo Marín
Modified: 2009-06-22 05:01 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28



Description Juanjo Marín 2009-06-13 07:50:39 UTC
Please describe the problem:
It worked for me a week or so, but it doesn't now.

The GtkLabel is formatted as a hyperlink, but the menu doesn't show the open/copy options. Instead, what I get is a menu with disabled cut/copy/paste/delete option and enabled the Select all option. 

Steps to reproduce:
For example, trying to use the GtkLabel code from the manual
gtk_label_set_markup (label, "Go to the <a href=\"http://www.gtk.org\" title=\"&lt;i&gt;Our&/i&gt; website\">GTK+ website</a> for more...");


Actual results:


Expected results:


Does this happen every time?


Other information:
I'm using jhbuild for building my code.
Comment 1 Juanjo Marín 2009-06-13 11:32:25 UTC
I've found this behaviour on my patch for the bug #349173 – Creative Commons license show.

http://bugzilla.gnome.org/attachment.cgi?id=136497
Comment 2 Matthias Clasen 2009-06-14 06:41:40 UTC
Works fine here. 

What you are seeing is the menu of selectable labels, so your label is most likely selectable. But you should still get the link menu as long as you click directly on the link part of the label text. 
Comment 3 Matthias Clasen 2009-06-22 05:01:35 UTC
Please reopen if this does not explain what you are seeing.