I would prefer keeping the Dojo one.
But if nobody from Zend is able to find a solution with it, I'll give up and use the one you're talking about.
I had the same problem with Chrome... ended up just replacing it with ckeditor.

On Tue, Jan 5, 2010 at 12:31 AM, Guillaume ORIOL <gor...@technema.fr <mailto:gor...@technema.fr>> wrote:

    Hi,

    When I use a Zend_Dojo_Form_Element_Editor in a form, the returned
    value is an array with some browsers.

    For instance, $form->getValues() will return the following when I
    use Safari (4.0.4 Mac):
    array (
       'last_name' => 'Doe',
       'content' =>
       array (
         'Editor' => 'some text',
       ),
       ...
    )

    But with Firefox 3.5.6, the following is returned:
    array (
       'last_name' => 'Doe,
       'content' => 'some text<br _moz_editor_bogus_node="TRUE" />',
       ...
    ),

    Searching on Nabble, I've found a few posts related to this
    question - but none of them were answered.
    Could someone help me find a solution?

    Best regards
--
    Guillaume ORIOL


Reply via email to