GNOME Bugzilla – Bug 452637
Wrong behaviour on mailto: links
Last modified: 2008-06-26 23:05:08 UTC
On links like mailto:name@example.com, there would be two links: 1- The whole URI, "mailto:name@example.com", which has context-menu items "Open Link" and "Copy Link Address". 2- The TLD part, ".com", which has context-menu items "Send Mail To..." and "Copy E-mail Address". This is wrong. The simple fix is to make sure the whole address works for the second link, and the email address, plus the mailto: schema, behaves like a simple link. OTOH the best fix would be to make it something like Thunderbird's, which have more options (all for context menu items, with better texts) on the whole email address linking (with or w/o the mailto schema).
I can confirm this too. If it helps, I'm running Ubuntu Hardy, but I saw this on Gutsy too. It's quite specific too, various other forms of email address won't trigger this.
This bug has in 2.22.1 version. But 2.23.4-svn version has not this bug.
http://bazaar.launchpad.net/~gnome-terminator/terminator/trunk/revision/373 shows how we fixed this in Terminator, which was previously using the same match that gnome-terminal uses.
Right, this is fixed in svn trunk using vte svn trunk.