I observe a similar bug to Parentheses around links -- only in IE which was reported for the D6 version of the module. In IE7, when a email address is entered into the WYSIWYG editor with anchor text, the email is presented with parenthesis when the node is viewed. The patch in the D6 ticket didn't work for me, so I've instead removed the space which spamspan.module puts in line 230 and then updated the regular expression in spamspan.js to not look for this space. It seems to work for me.

CommentFileSizeAuthor
#1 spamspan-ie-1376418-1.patch573 bytesAnonymous (not verified)
0001-IE7-breaks-spamspan-parenthesis-replacement.patch1.09 KBsomanyfish
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Anonymous’s picture

Status: Active » Needs review
FileSize
573 bytes

I can't find the spamspan.js changes in your patch file. Did you change this file as well?

I'm attaching a patch with my fix from the D6 Issue that only requires changing one character in the .js file. Please let me know if this works for you.

peterx’s picture

Issue summary: View changes

@somanyfish, did you test #1?
Can anyone else test across multiple Web browsers?

vitalie’s picture

Version: 7.x-1.1-beta1 » 7.x-1.x-dev
Assigned: Unassigned » vitalie

I think this patch has been incorporated in the one from issue #723460: "mailto" links over images displayed broken and committed to latest 7 dev version. Please download the dev version and give it a test.

vitalie’s picture

Status: Needs review » Closed (outdated)