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 663185 - mailto content and tooltip shouldn't include query string
mailto content and tooltip shouldn't include query string
Status: RESOLVED FIXED
Product: yelp-xsl
Classification: Core
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: Yelp maintainers
Yelp maintainers
Depends on:
Blocks:
 
 
Reported: 2011-11-01 18:22 UTC by Shaun McCance
Modified: 2012-01-18 23:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Strip query string from email address in tooltip (3.49 KB, patch)
2012-01-18 23:41 UTC, Shaun McCance
committed Details | Review

Description Shaun McCance 2011-11-01 18:22:04 UTC
Yelp can automatically format the content and tooltip for mailto links. It uses the email address with substring-after($href, 'mailto:'). If there's a query string (e.g. ?subject=Hello), it should strip that.
Comment 1 Shaun McCance 2012-01-18 23:41:25 UTC
The following fix has been pushed:
f489e3c Strip query string from email address in tooltip
Comment 2 Shaun McCance 2012-01-18 23:41:27 UTC
Created attachment 205590 [details] [review]
Strip query string from email address in tooltip