Guest
08 Jan 2014 05:41

Hello,

I have HTML field. When my text has several spaces (for example    ) in a row, then these spaces become  characters (   for this example)

When i turn of filtering in "Do not filter for" section - that problem dissapears.

Did you encountered such the problem?

Last Modified: 02 Mar 2014


Guest
08 Jan 2014 05:43

The example was:

   

Sergey
Total posts: 13,748
08 Jan 2014 23:41

What filtering? In the field parameters? Or you have special 3DP filter plugin?


Guest
18 Jan 2014 12:55

This is a simple HTML field. The trouble causes this line:

$value = JFilterInput::getInstance($tags, $attr, $this->params->get('params.tags_mode', 0), $this->params->get('params.attr_mode', 0))->clean($value);

in _filter() method.

When i comment out this line - everything is ok. Of course - it is not secure.

The same thing is happening with comments. I didn't found out yet where this happen, but i think it is the same problem.


Guest
18 Jan 2014 15:44

Found the problem. Related to new new php version. Fixed in newst joomla release.

http://www.joomlacontenteditor.net/support/forum/haunted-by-a-weird-character-

Powered by Cobalt