GNOME Bugzilla – Bug 304112
Calendar description multi-line widget should support URLs
Last modified: 2009-07-28 12:40:20 UTC
The Calendar description multi-line entry widget should support URLs that are put into the text. Right now they are displaying as text only, which you have to copy and paste into your browser. Adding shot, webcal:// that comes down from the Apple site, note the URLS aren't "active" Other information:
Created attachment 46408 [details] Webcal event from Apple site, URLs are treated as text.
David: Which URL you tried to add ?
Here is the webcal that I added: webcal://ical.mac.com/ical/Movies.ics In general though, http: links that are embedded into the calendar description area should work as they do in the email composer.
Apologies for any spam... cc'ing usability-maint on all Evolution usability bugs. Filter on EVO-USABILITY-SPAM to ignore.
This can be fixed as a side effect when will be available fix for bug #329616 (in case of using GtkHtml widget/editor) and if it will be an editor, then it will be easy to connect to proper event of editor from bug #318592.
Dave, as Jo noted this bug in bug #524130, the later contains patch to have links in description clickable at least in the preview pane. Say as a first step towards this.
Relying on GtkHtml (or even WebKit) is overkill for this. Pidgin, for example, manages to do it without GtkHtml's help. Maybe there's some code or (if we're lucky) a nice standalone widget we can steal.
Actually, Matthias Clasen pointed out that gtk-demo shows how to render clickable links in a GtkTextBuffer. So that gets us halfway. Now we just have to detect URLs, which I imagine Camel can help with.
Marking this one as a duplicate of the newer only because it contains possible patche for this. *** This bug has been marked as a duplicate of 562512 ***