After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 202491 - Task URL should be clickable
Task URL should be clickable
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Tasks
unspecified
Other other
: Normal enhancement
: ---
Assigned To: JP Rosevear
Evolution QA team
Depends on:
Blocks: 216098
 
 
Reported: 2001-04-29 20:09 UTC by Damon Chaplin
Modified: 2013-09-10 13:54 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Damon Chaplin 2001-04-29 20:09:40 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.
Comment 1 Luis Villa 2001-11-26 18:27:11 UTC
Should be trivial, right?
Comment 2 JP Rosevear 2001-12-10 21:26:31 UTC
Also note that the addressbook is doing something similar i believe,
so it should look consistent.
Comment 3 Chris Lahey 2001-12-11 10:25:25 UTC
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.
Comment 4 Damon Chaplin 2001-12-20 01:21:28 UTC
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).
Comment 5 JP Rosevear 2002-02-08 17:36:44 UTC
jimmac made up the icon and I created e_url_button in
evolution/widgets/misc/ and the task details page is now using it.