GNOME Bugzilla – Bug 202491
Task URL should be clickable
Last modified: 2013-09-10 13:54:10 UTC
You should be able to access the URL of a Tasks with a click or a popup menu command in the Task Editor and in the ETable view.
Should be trivial, right?
Also note that the addressbook is doing something similar i believe, so it should look consistent.
We talked about doing this inline in addressbook, but decided we didn't have time for 1.2 and thus will simply be adding a "Open URL" choice in the right click menu for 1.2.
How about a little button on the right of the entry field? That would be easier to use than a popup menu - just 1 click. Surely we have a nice little 'jump' icon we can use. Easier to code as well - add the button, connect to 'clicked', call gnome_url_show (url).
jimmac made up the icon and I created e_url_button in evolution/widgets/misc/ and the task details page is now using it.