Patch (to be ported)
Project:
Graceful Email Obfuscation Filter
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2012 at 23:58 UTC
Updated:
20 Jan 2013 at 21:36 UTC
Jump to comment: Most recent file
Comments
Comment #1
JamesK commentedHere is the patch against 7.x. Committing.
Comment #2
timwoodWould it be possible to port this patch back to the 6.x version? I just noticed we have the same issue on a link where we add the subject AND body to the link.
<a href="mailto:me@example.com?subject=Subscribe&body=Subscribe">Subscribe</a>Thanks!
Comment #3
Emmanuel_S commentedThanks for this module.
With some HTML filter (Wysiwyg module with CKEditor 3.6.2.7275 for me on Drupal 7) the email subject should also have an issue which is understandable. In that case the email link case does react on click. Replacing HTML filter with the module HTML Purifier works fine.
Perhaps this information should be put into the help file ?