I cannot reproduce this. In addition to test editing a textarea with an input format where this filter is enabled, I have also tested the following code snippet:
// 3 is an input format where WYSIWYG Filter is enabled.
print wysiwyg_filter_filter('process', 0, 3, '…');
It just works.
So, if it doesn't for you, there should be something else that's messing things around in the filtering process. Not related to WYSIWYG Filter.
Comments
Comment #1
markus_petrux commentedI cannot reproduce this. In addition to test editing a textarea with an input format where this filter is enabled, I have also tested the following code snippet:
It just works.
So, if it doesn't for you, there should be something else that's messing things around in the filtering process. Not related to WYSIWYG Filter.
Comment #3
mattyoung commentedJust want to confirm
…works. There must be some other thing broke it before.