ZF-5899: 1.7.5 Editor Does Not Load With Value
Description
I upgraded to 1.7.5 from 1.7.1 version. 1- Zend_Dojo Editor form element does not load with value set during programmatic declaration. This was not the case on 1.7.1 2- It does not post the content typed inside the editor. However this I am able to fix on Firefox and Chrome by refering to ZF-5387.
$editorForm->addElement(
'Editor',
'content',
array(
'label' => 'Content Holder',
'required' => $required,
'focusOnLoad' => $required,
'width' => '940px',
'scroll' => $notRequired,
'value' => 'Load with this sentence inside',
));
Please help
Comments
Posted by Pekka Järvinen (raspi) on 2009-02-27T03:43:10.000+0000
I have similar issue which I have located to form's "name" attribute. If I drop name attribute to make form XHTML1.1 compatible then dijit.editor text area is empty.
Posted by Robert Basic (robertbasic) on 2011-04-22T09:30:48.000+0000
Could you please verify if this is still an issue?
I can't reproduce it with the current version, 1.11.5.
Posted by Robert Basic (robertbasic) on 2011-08-26T08:03:36.000+0000
Closing as not an issue because no feedback was given since April + I couldn't reproduce the issue.