Closed vlad-ghita closed 12 years ago
Ok, I will check as soon as possbile. Thanks to report it
Well, I worked around this issue. The problem is that WYSIWYG editors manipulate the textareas/inputs and their API must be used to count the characters. This is not a problem of Multilingual Field.
There is a JS issue when an input / textarea has CKEDitor selected. Character counter will not work no more.
Can you, please, have a look? It seems that
$input.bind('blur', $update)
events are not triggering.Thank you, Vlad
Update:
Seems that counting won't work in TinyMCE either.