GNOME Bugzilla – Bug 712163
context menus on links
Last modified: 2014-07-03 13:42:03 UTC
I habitually right-click on links to open them (maybe xchat habit). Sadly, the context menu shows no awareness at all what I just clicked on - I would expect 'Open' and 'Copy link' in the context menu.
Created attachment 279841 [details] [review] lib: Add a wrapper for gtk_widget_get_clipboard() It takes an unintrospectable GdkAtom parameter, so we need a C helper.
Created attachment 279842 [details] [review] chatView: Add context menu to URLs We currently only handle left clicks on URLs, so right clicks open the default GtkTextView context menu instead of a context menu for the clicked link as one would expect. Fix this by opening a simple Open/Copy context menu when right-clicking URLs.
Attachment 279841 [details] pushed as 3ba36e6 - lib: Add a wrapper for gtk_widget_get_clipboard() Attachment 279842 [details] pushed as 82b9fe8 - chatView: Add context menu to URLs