GNOME Bugzilla – Bug 585627
The new GtkLabel link support seems broken
Last modified: 2009-06-22 05:01:35 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=\"<i>Our&/i> 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.
I've found this behaviour on my patch for the bug #349173 – Creative Commons license show. http://bugzilla.gnome.org/attachment.cgi?id=136497
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.
Please reopen if this does not explain what you are seeing.