Closed (works as designed)
Project:
Wordfilter
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2011 at 20:50 UTC
Updated:
19 Aug 2012 at 23:19 UTC
For example I want to filter words with ' symbol like 'won't' and it just don't work, it works when it's just 'wont'.
Also it is not working with symbols like ™ and ®. Would be nice to make those work too.
Also I'd recommend changing the Replacement field into something bigger like Text area with various editors support since this module filters fine the HTML code. I use colors to auto-apply on various words, but it just won't work with the reason I wrote above.
Also Stand-alone function does not work at all.
Cheers.
Comments
Comment #0.0
rhazor commentedmispelled
Comment #0.1
rhazor commentedupdate
Comment #1
justingeeslin commentedI cannot reproduce the issue with apostrophes and stand alone mode works fine for me
.
You might check and see if your apostrophe characters is being converted to the character's HTML equivalent character code (') or something similar.
This conversion from a special character to an HTML character code is common if you're using a WYSIWYG editor.
I suspect this would cause an error with the 'stand alone' feature as well. Spaces may not be spaces because a character code may be used ( )
I recommend editing the text/HTML directly without the WYSIWYG editor to see if the apostrophe is actually in the text.
Comment #2
justingeeslin commentedI'd like to mark this as closed if I may. I am unable to reproduce the issue.
If you still feel this is a bug, please attach the contents of a field and someone be happy to look at it.
Comment #2.0
justingeeslin commentedupdate