DeuxHuitHuit / multilingual_field

Multilingual Textbox field for Symphony CMS
http://symphonyextensions.com/extensions/multilingual_field/
Other
12 stars 13 forks source link

Character counting #19

Closed vlad-ghita closed 12 years ago

vlad-ghita commented 13 years ago

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.

6ui11em commented 13 years ago

Ok, I will check as soon as possbile. Thanks to report it

vlad-ghita commented 12 years ago

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.