1

I am using latest version of drupal 7 with "wysiwyg editor tinyMCE"

I have created 1 content type "List" in that i am using "wysiwyg editor tinyMCE" with unlimited items.

Drupal 7 showing correct form with "add another item"

But when i fill the field and click "add another item" the filled value is despaired and showing "field empty error message"

I have debug lot and i found that when drupal requesting ajax call the submitting field value is empty. Means druapl wysiwyg module enable to capture the editor value.

This is not only with tinyMCE also with another editor.

Any one know how to fixed this issue?

4

1 に答える 1

2

私は同じ問題を抱えていて、その回避策を見つけました。(ちょっとばかげていますが、うまくいきました)

別のアイテムを追加したり、アイテムを並べ替えたりする前に、Disable rich-textリンクをクリックしてください。これにより、テキストが消えることはありません。

それが私と同じようにあなたにとってもうまくいくことを願っています...ムハンマド。

于 2012-09-30T08:31:04.180 に答える