GNOME Bugzilla – Bug 711217
links open when selected
Last modified: 2013-11-01 16:19:02 UTC
If I select text that contains a link it opens in the browser.
Created attachment 258745 [details] [review] chatView: Improve URL handling Our handling of URL clicks currently interacts badly with GtkTextView's text selections. To sanitize the behavior, make sure that: - selections cannot be started from within a URL - URLs are only activated on full clicks (both PRESS and RELEASE)
Attachment 258745 [details] pushed as 2631829 - chatView: Improve URL handling