Hi,
I noticed that after a form validation fails the repopulation fails on textarea's that are enriched with FCKeditor.
Repopulation works as expected with the TinyMCE rich text editor and --of course-- the normal textarea. Only with FCK repopulation fails.
Normal textarea (repopulation works)
<label for="omschrijving">Poule omschrijving</label><?php echo textarea_tag('omschrijving', '', 'size=30x10') ?>
TinyMCE (repopulation works)
<label for="omschrijving">Poule omschrijving</label><?php echo textarea_tag('omschrijving', '', 'size=30x10 rich=true tinymce_options=language:"nl"') ?>
FCKeditor (repopulation fails)
<label for="omschrijving">Poule omschrijving</label><?php echo textarea_tag('omschrijving', '', 'size=30x10 rich=fck tool=Basic config=FCKeditor/custom_config.js') ?>
validation file fillin block
fillin:
activate: on # activate the form repopulation